Home
 

Statements

Statements

The only interesting statement is the assignment statement, since multiple assignments are allowed.

An easy way seems to be a sequence of data items to which an expression is assigned. This fits good into SLICK, because I just need to emit all data items, then the expression, emit a assignment opcode for each data item and pop the expression off the stack.

All other statements are rather straightforward and not worth mentioning.