| Interface | Description |
|---|---|
| Visitor |
The Visitor interface allows some flexibility in what can be done with the
AppleSoft BASIC program code.
|
| Class | Description |
|---|---|
| Configuration | |
| Configuration.Builder | |
| Directive | |
| Directives | |
| Parser |
The Parser will read a series of Tokens and build a Program.
|
| TokenReader |
The TokenReader, given a text file, generates a series of Tokens (in the compiler sense,
not AppleSoft) for the AppleSoft program.
|
| Visitors |
This class presents all of the common Visitor implementations via builder patterns.
|
| Visitors.PrintBuilder |
| Enum | Description |
|---|---|
| Optimization |