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

@@ -4,5 +4,5 @@ mod builtins;
mod bytecode;
mod compile;
mod downcast;
mod value;
mod ty;
mod vm;