jit: ops_ext delegation + M3 syntax scaffolding; unify BoxCall execution path
This commit is contained in:
6
src/grammar/mod.rs
Normal file
6
src/grammar/mod.rs
Normal file
@ -0,0 +1,6 @@
|
||||
pub mod engine;
|
||||
// Generated tables from grammar/unified-grammar.toml
|
||||
#[path = "generated.rs"]
|
||||
mod generated;
|
||||
pub use generated::*;
|
||||
|
||||
Reference in New Issue
Block a user