Skip to content

C skeleton uses incorrect function names #239

@justinmeiners

Description

@justinmeiners

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 traversals

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions