Added parser, compiler, virtual machine, garbage collector, tables and values. Builds but may have errors.

This commit is contained in:
paladin 2026-08-19 23:28:35 +01:00
commit 5d4fac0a91
8 changed files with 3199 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.idea
target