Add compiler

This commit is contained in:
Asraelite 2024-05-17 18:37:51 +02:00
parent 476972f85a
commit 3f3125ef43
31 changed files with 2625 additions and 3 deletions

View file

@ -0,0 +1,6 @@
x = (y + 3) + 5;
y += x;
z = foo;
fn test() {
poop = moop;
}