Module compiler

Source
Expand description

编译器模块

该模块负责将抽象语法树(AST)转换为虚拟机可执行的操作码序列 编译器将高级的表达式结构转换为低级的栈式操作指令

Structs§

Compiler

Enums§

Compare
CompilerError
FetchFastTarget
Jump
Opcode
Machine code interpreted by VM