refactor: type

This commit is contained in:
2025-05-03 20:33:59 +08:00
parent 3f0cb2c2fa
commit 4a310ff317
23 changed files with 475 additions and 309 deletions

View File

@@ -1,6 +1,5 @@
mod env;
mod stack;
mod value;
mod vm;
mod vmthunk;
@@ -8,5 +7,4 @@ mod vmthunk;
mod test;
pub use env::Env;
pub use value::Symbol;
pub use value::*;
pub use vm::VM;