Prefix unary ops with unary_ in tables
This commit is contained in:
parent
dc50ce64eb
commit
d929f49bc8
5 changed files with 26 additions and 50 deletions
|
@ -32,6 +32,7 @@ pub fn start_compiler() {
|
|||
for instruction in compile(&line) {
|
||||
println!("{instruction}");
|
||||
}
|
||||
println!();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue