Module interpreter

Module interpreter 

Source

Modules§

instruction
The core of the interpreter: bytecodes and a way to run them. Bytecodes are contained in functions, which together are composed into a program.

Structs§

FunctionInfo
Given a function provide information about it.
Interpreter
Program
Runnable