| Class | Description |
|---|---|
| AbstractCodeParser |
This class contains the "non-parser" code, or supporting code for the syntax
parser.
|
| AbstractPhase |
Base clase for all phases.
|
| CodeWriter |
Phases:
Code Parser
Structural Analysis
Table Generation
Writing Code (This Phase)
|
| StructuralAnalyzer |
Phases:
Code Parser
Structural Analysis (This Phase)
Table Generation
Writing Code
This phase computes the first & follow sets for symbols
|
| SyntaxCodeParser |
Parser for a grammar.
|
| SyntaxCodeParser.StackElement | |
| TableGenerator |
Phases:
Code Parser
Structural Analysis
Table Generation (This Phase)
Writing Code
Table Generation is the phase that computes:
All states
Parsing table
|
Copyright © 2017. All rights reserved.