logo
Expand description

The Virtual Machine (VM) handles generating instructions, then executing them. This module will provide an instruction set for the AST to use, various traits, plus an interpreter to execute those instructions

Structs

The internal representation of a JavaScript function.

Virtual Machine.

Enums

The opcodes of the vm.