Next: TC-2, Previous: PTHL (TC-0), Up: Compiler Stages [Contents][Index]
This section has been updated for EPITA-2020 on 2016-01-27.
Scanner and parser are properly running, but the abstract syntax tree is not built yet. Differences with PTHL (TC-0) include:
Autoconf, Automake are used.
The compiler supports basic options via in the Task module. See Invoking tc in Tiger Compiler Reference Manual, for the list of options to support.
The locations are properly computed and reported in the error messages.
Relevant lecture notes include dev-tools.pdf and scanner.pdf.
• TC-1 Goals: | What this stage teaches | |
• TC-1 Samples: | See TC-1 work | |
• TC-1 Given Code: | Explanation on the provided code | |
• TC-1 Code to Write: | Explanation on what you have to write | |
• TC-1 FAQ: | Questions not to ask | |
• TC-1 Improvements: | Other Designs |