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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prg_ . Prg' ::= "prg" ;
Happy does not like the grammar BNFC creates for it:
Prg' :: { Prg' } Prg' : 'prg' { Test.Abs.Prg_ }
Test/Par.y: Parse error
According to the Happy specification, identifiers for non-terminals may not use the apostrophe character: https://www.haskell.org/happy/doc/html/sec-grammar-files.html#sec-lexical-rules
The text was updated successfully, but these errors were encountered:
1006f5b
andreasabel
No branches or pull requests
Happy does not like the grammar BNFC creates for it:
According to the Happy specification, identifiers for non-terminals may not use the apostrophe character:
https://www.haskell.org/happy/doc/html/sec-grammar-files.html#sec-lexical-rules
The text was updated successfully, but these errors were encountered: