jit: ops_ext delegation + M3 syntax scaffolding; unify BoxCall execution path

This commit is contained in:
Moe Charm
2025-09-02 17:12:51 +09:00
parent 5a5e09b69a
commit d52779dc10
33 changed files with 2499 additions and 423 deletions

6
src/grammar/mod.rs Normal file
View File

@ -0,0 +1,6 @@
pub mod engine;
// Generated tables from grammar/unified-grammar.toml
#[path = "generated.rs"]
mod generated;
pub use generated::*;