We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unknown symbol ..
Rule names containing a . will error with Unknown symbol ...
.
file.y
start.b
%start start %% start: 'a' | start.b ; start.b: 'b' ; %%
https://www.gnu.org/software/bison/manual/html_node/Empty-Rules.html
The text was updated successfully, but these errors were encountered:
021fdbf
No branches or pull requests
Summary
Rule names containing a
.
will error withUnknown symbol ..
.Steps to Reproduce
file.y
start.b
Unknown symbol ..
Expected
start.b
Example
Related Documentation
https://www.gnu.org/software/bison/manual/html_node/Empty-Rules.html
The text was updated successfully, but these errors were encountered: