Compiler

  • The compiler is a language specific internal program that converts the source code into machine code (a low level set of instructions the computer can understand).

  • Compiler checks for syntax and semantic errors.

  • It does NOT check for logical errors.

Last updated