| Class | Description |
|---|---|
| Line |
An AppleSoft BASIC Line representation.
|
| Program |
A Program is a series of lines.
|
| Statement |
A Statement is simply a series of Tokens.
|
| Token |
A Token in the classic compiler sense, in that this represents a component of the application.
|
| Enum | Description |
|---|---|
| ApplesoftKeyword |
All elements of AppleSoft that are tokenized in some manner.
|
| Token.Type |