added CLI

This commit is contained in:
afonya 2025-06-16 18:15:57 +02:00
parent bd5ce01234
commit 5d43674d0e
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
8 changed files with 395 additions and 357 deletions

View file

@ -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,