Implementing garbage collector, tables, renderer and virtual machine.

This commit is contained in:
paladin 2026-08-16 12:06:30 +01:00
parent eba41e4330
commit 35cf269781
10 changed files with 683 additions and 1327 deletions

View file

@ -1,3 +1,2 @@
#![recursion_limit = "256"]
pub mod engine;
pub mod lang;
pub mod engine;