1
0
Fork 0

Prefix unary ops with unary_ in tables

This commit is contained in:
Vili Sinervä 2025-02-05 18:15:37 +02:00
parent dc50ce64eb
commit d929f49bc8
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
5 changed files with 26 additions and 50 deletions

View file

@ -32,6 +32,7 @@ pub fn start_compiler() {
for instruction in compile(&line) {
println!("{instruction}");
}
println!();
}
}