Next: TC-O, Previous: TC-B, Up: Compiler Stages [Contents][Index]
This section has been updated for EPITA-2009 on 2007-04-26.
At the end of this stage, the compiler must be able to resolve overloaded function calls. These features are triggered by the options --overfun-bindings-compute and --overfun-types-compute/-O.
Relevant lecture notes include: names.pdf.
• TC-A Samples: | See TC-A work | |
• TC-A Given Code: | Explanation on the provided code | |
• TC-A Code to Write: | What you have to do |