Labels
bug
C
skeleton
Issue concerning the generation of skeleton/template AST traversals
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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: