Skip to content

v0.11.2

Compare
Choose a tag to compare
@ehwan ehwan released this 06 Aug 06:36
· 108 commits to main since this release

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 call grammar.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 )