mylang_
bytecode_
compiler
0.1.0
mylang_bytecode_compiler
Function
ast_to_bytecode
Copy item path
source
pub fn ast_to_bytecode(ast: &[
Stmt
]) ->
Vec
<
Inst
>