added CLI
This commit is contained in:
parent
bd5ce01234
commit
5d43674d0e
8 changed files with 395 additions and 357 deletions
|
@ -689,7 +689,6 @@ fn compile_function(ast: Vec<ASTPart>, args: Option<Vec<String>>, registers: &mu
|
|||
var.end = ops.len() - 1;
|
||||
}
|
||||
}
|
||||
println!("Compiled operations: {:?}", ops);
|
||||
|
||||
return Compiled {
|
||||
operations: ops,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue