mirror of
https://github.com/Asraelite/littlebigcomputer.git
synced 2025-07-20 09:06:51 +00:00
Add compiler
This commit is contained in:
parent
476972f85a
commit
3f3125ef43
31 changed files with 2625 additions and 3 deletions
6
compiler/examples/test.parva
Normal file
6
compiler/examples/test.parva
Normal file
|
@ -0,0 +1,6 @@
|
|||
x = (y + 3) + 5;
|
||||
y += x;
|
||||
z = foo;
|
||||
fn test() {
|
||||
poop = moop;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue