start of ir

This commit is contained in:
2024-10-17 23:40:09 -04:00
parent e33420e91f
commit b15a40c4d9
19 changed files with 268 additions and 81 deletions

View File

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