Introduction of Compiler
Introduction of Compiler
The compiler is software that converts a program written in a high-level language (Source
Language) to a low-level language (Object/Target/Machine Language/0, 1’s).
A translator or language processor is a program that translates an input program written in a
programming language into an equivalent program in another language. The compiler is a type of
translator, which takes a program written in a high-level programming language as input and
translates it into an equivalent program in low-level languages such as machine language or
assembly language.