| Interface | Description |
|---|---|
| Context |
Context is a hook for implementing language features that require an
environment for evaluation.
|
| Class | Description |
|---|---|
| CharConsts |
Symbolic names for character constants
|
| ContextImpl | |
| GrammarElement |
All elements of the SLogo language (e.g., that make up an abstract syntax
tree) should extend GrammarElement.
|
| SLogoInterpreter |
Main driver for the SLogo interpreter.
|