You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interpreter for basic blocks.
- A parser and AST that cover all expressions and a small subset of statements.
- A bytecode compiler.
- A single stack frame virtual machine (stack based) with a single global environment.