Next: The Abstract Syntax Tree
Up: An Analyzer for Pascal
Previous: An Analyzer for Pascal
Structural Analysis
The structural analyzer builds an abstract syntax tree (AST) from the
text of a source program.
Eli generates a structural analyzer from specifications of the
- phrase structure (Section 1.2),
- AST structure (Section 1.1),
and
- basic symbols and comments (Section 1.3).
Subsections
2008-08-29