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