Compiler

compiler,interpreter,preprocessor,assembler,linker
A compiler is a program that can read a program in source language and translate it into an equivalent program in target language;
A interpreter directly execute the operations specified in the source program on inputs supplied by the user, in other words, it executes the source program statement by statement.

你可能感兴趣的:(Compiler)