This repository was archived by the owner on Apr 15, 2026. It is now read-only.
0.11.0
### Breaking changes Simplify the representation of repeat expressions in the grammar in a way that avoids some spurious conflicts. The output format has been modified to allow states to share part of their action table for better compression. ### Bug fixes Fix a bug where the state collapsing could introduce GLR parsing in grammars that otherwise didn't require it.