This repository was archived by the owner on Apr 15, 2026. It is now read-only.
1.3.0
### Bug fixes Avoid the problem of huge numbers of repeated left-associative operator applications creating a stack too deep to recurse on by detecting such parses and force-reducing out of them. ### New features Add support for grammars that use `@local tokens` declarations.