RosettaCodeData/Task/Compiler-code-generator/00-TASK.txt
2023-07-01 13:44:08 -04:00

5 lines
164 B
Text

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.