-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
CbugskeletonIssue concerning the generation of skeleton/template AST traversalsIssue concerning the generation of skeleton/template AST traversals
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
CbugskeletonIssue concerning the generation of skeleton/template AST traversalsIssue concerning the generation of skeleton/template AST traversals