next up previous
Next: Translating a MOOL program Up: Writing a MOOL compiler Previous: Computing symbol tables

Static check of a MOOL program

The third step in writing a MOOL compiler could be to perform semantic checking during parsing. Since the syntax of the MOOL language is very restrictive, this consists in a limited number of checks. Finally, observe that no overloading resolution is needed.


next up previous
Next: Translating a MOOL program Up: Writing a MOOL compiler Previous: Computing symbol tables
Marc Moreno Maza
2004-12-01