Package slogo.jelan.instructions

Class Summary
Assignment An assignment instruction assigns an expression to a variable, updating the global state to reflect the assignment.
Instruction Represents an instruction in the SLogo language
Print The Print instruction prints an expression.
Repeat An AST (abstract syntax tree) for a SLogo REPEAT instruction.
StrictInstructionList A list of instructions that doesn't include a function definition.