This repository was archived by the owner on Apr 15, 2026. It is now read-only.
1.2.0
### Bug fixes Fix a bug where the error to use `()` to denote empty options in a choice expression was signalled even when that is what the input did. ### New features Grammars can now declare `@local tokens` blocks defining all the tokens that may appear in a set of state, and allowing `@else` tokens that match everything else.