Got the compiler partially working

This commit is contained in:
2022-08-05 16:29:12 +01:00
parent 1ff32fe101
commit cd05d5d84a
17 changed files with 601 additions and 26 deletions

View File

@@ -2,3 +2,7 @@ print "hello world";
print null;
print true;
print false;
print 42;
print 3.14;
print -69;
print -4.20;