CSC448: Parsing: Abstract Syntax Trees for Clogs [7/26] Previous pageContentsNext page

AST for Clogs.

Pretty printer for Clogs.

Phases in the Clogs compiler.

Modification of the configuration files to parse only (must comment out lines 51 and 148 of Driver.java)

Optimizations and further analysis can be carried out as additional phases that operate on the AST, e.g., constant propagation.

Previous pageContentsNext page