v0.11.2
Full Changelog: v0.10.0...v0.11.2
- manually expand macros of bootstrap to avoid deep-recursive dependency
- add
lr1_runtime!
,lalr1_runtime!
macro.
- This callgrammar.build()
on runtime
- The generated code will be about 1/10 in size ( rust-analyzer dies a lot due to TONS of code generated by former macro )