| Interface | Description |
|---|---|
| InstructionConsumer |
Interface defining InstructionConsumers, classes that take in RtflInstruction objects and do various things with them
|
| Class | Description |
|---|---|
| CompilerInstructionConsumer |
InstructionConsumer implementation that produces bytecode from RtflInstruction objects
|
| RuntimeConsumer |
InstructionConsumer implementation that executes RtflInstruction objects
|