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
The generating code does this: https://github.com/BNFC/bnfc/blob/master/source/src/BNFC/Backend/C/CFtoCSkel.hs#L85
But, the calling code does this: https://github.com/BNFC/bnfc/blob/master/source/src/BNFC/Backend/C/CFtoCSkel.hs#L245
These are not the same since the first uses islower on the tail. The result is an invalid skeleton.
islower
The text was updated successfully, but these errors were encountered:
Fixed in PR #238.
Sorry, something went wrong.
[ changelog ] Justin Meiners closed #237, #238, #239
2f93d35
andreasabel
No branches or pull requests
The generating code does this:
https://github.com/BNFC/bnfc/blob/master/source/src/BNFC/Backend/C/CFtoCSkel.hs#L85
But, the calling code does this:
https://github.com/BNFC/bnfc/blob/master/source/src/BNFC/Backend/C/CFtoCSkel.hs#L245
These are not the same since the first uses
islower
on the tail. The result is an invalid skeleton.The text was updated successfully, but these errors were encountered: