Remove %err alias and demote advanced parser controls#66
Conversation
There was a problem hiding this comment.
Code Review
This pull request standardizes the error type directive by replacing %err and %errortype with %error across the parser implementation, examples, and documentation. It also reorganizes the documentation in README.md and SYNTAX.md to group advanced features—such as memory optimization with box, custom token ranges, and dynamic precedence—into dedicated sections, and updates the CLI usage guide in rusty_lr_executable/README.md. Feedback is provided to update the supported variables section in SYNTAX.md to remove references to %errortype for consistency.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| - `%location` | ||
| - `%userdata` | ||
| - `%errortype` (or `%error`) | ||
| - `%error` |
There was a problem hiding this comment.
Summary
%erras an alias for%errorin the grammar lexer%errorbox, custom token ranges, and dynamic%precdocumentation into the advanced parser controls section