Skip to main content

compile

Function compile 

Source
pub fn compile(program: &Node) -> Result<Bytecode, String>
Expand description

Compile Monkey source using the existing bytecode compiler.