feat: JIT (WIP)

This commit is contained in:
2025-05-17 20:54:36 +08:00
parent c3d365d486
commit 95ebddf272
15 changed files with 175 additions and 274 deletions

View File

@@ -5,6 +5,7 @@ mod builtins;
mod bytecode;
mod stack;
mod ty;
mod jit;
pub mod compile;
pub mod error;