added unary ops and control flow for parser

This commit is contained in:
2024-10-14 00:54:27 -04:00
parent d67e612ff9
commit e33420e91f
19 changed files with 433 additions and 237 deletions

View File

@@ -1,4 +1,4 @@
fn main() {
let x = 3;
let x = &"Hello World!";
print(x);
}