RosettaCodeData/Task/Compiler-code-generator/00-TASK.txt

6 lines
164 B
Plaintext

Code Generator
A code generator translates the output of the syntax analyzer and/or semantic analyzer
into lower level code, either assembly, object, or virtual.