Package | Description |
---|---|
slogo | |
slogo.expression | |
slogo.instruction | |
slogo.parser |
This package is responsible for parsing the language SLogo.
|
Class and Description |
---|
Context
Context is a hook for implementing language features that require an
environment for evaluation.
|
Class and Description |
---|
Context
Context is a hook for implementing language features that require an
environment for evaluation.
|
GrammarElement
All elements of the SLogo language (e.g., that make up an abstract syntax
tree) should extend GrammarElement.
|
Class and Description |
---|
Context
Context is a hook for implementing language features that require an
environment for evaluation.
|
GrammarElement
All elements of the SLogo language (e.g., that make up an abstract syntax
tree) should extend GrammarElement.
|
Class and Description |
---|
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.
|