Package | Description |
---|---|
slogo.instruction |
Class and Description |
---|
ArithmeticInstruction |
BinaryExpression
The base class of any binary expression, e.g., a + b, a - b, or, in future
use, a < b and so on.
|
Instruction
Represents an instruction in the SLogo language
|
StrictInstructionList
A list of instructions that doesn't include a function definition.
|
UnaryExpression
Represents a unary expression
|