| Package | Description |
|---|---|
| me.jaimegarza.syntax.generator |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCodeParser
This class contains the "non-parser" code, or supporting code for the syntax
parser.
|
class |
CodeWriter
Phases:
Code Parser
Structural Analysis
Table Generation
Writing Code (This Phase)
|
class |
StructuralAnalyzer
Phases:
Code Parser
Structural Analysis (This Phase)
Table Generation
Writing Code
This phase computes the first & follow sets for symbols
|
class |
SyntaxCodeParser
Parser for a grammar.
|
class |
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.