refactor vm

This commit is contained in:
2026-04-19 17:55:54 +08:00
parent ca7f7a5ec8
commit e527d31450
14 changed files with 1504 additions and 906 deletions
+9
View File
@@ -0,0 +1,9 @@
pub(crate) mod literals;
pub(crate) mod variables;
pub(crate) mod closures;
pub(crate) mod calls;
pub(crate) mod collections;
pub(crate) mod arithmetic;
pub(crate) mod control;
pub(crate) mod with_scope;
pub(crate) mod builtins_misc;