Next: TC-E, Previous: TC-3, Up: Compiler Stages [Contents][Index]
This section has been updated for EPITA-2020 on 2016-01-27.
At the end of this stage, when given the option --rename, the compiler produces an AST such that no identifier is defined twice.
Relevant lecture notes include: names.pdf.
• TC-R Samples: | See TC-R work | |
• TC-R Given Code: | Explanation on the provided code | |
• TC-R Code to Write: | What you have to do | |
• TC-R FAQ: | Questions not to ask |