compile_ast

Function compile_ast 

Source
pub fn compile_ast(
    interner: StringInterner,
    ast: Vec<StmtMeta>,
) -> Result<CompiledProgram, Vec<CompileError>>
Expand description

Produce bytecode from AST