-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
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
[Bug] Bison file prefixes for C/C++ not generating correctly #172
Comments
I applied the suggested changes to the C++-backend in my branch. Please confirm that my changes solve the issue. |
Dear Pascal, As far as I can tell, the Bison-issue is not solved. The previous issues with multi-character comment delimiters seem to be solved, though. DC On 03/08/2016 08:20 AM, Pascal Hof wrote:
Damir Cavar |
When generating C or C++ and using prefixes, the generated Bison-file is missing the prefixes in the error function. Example (take any well-formed and otherwise working Test.cf):
bnfc -m --cpp -p test Test.cf
the generated Test.y will have missing prefixes in the error function:
but it should prepend the prefixes on all the variable references in that function:
The text was updated successfully, but these errors were encountered: