Skip to content

Haskell backend: happy does not accept empty token list, so bnfc should check for it #213

@andreasabel

Description

@andreasabel

This (evil) grammar fails with a parse error in the Par.y file raised by happy:

A. S := T;
B. T := S;

happy does not like empty %token list.

Metadata

Metadata

Assignees

Labels

HaskellLBNFConcerning the LBNF syntax and its checkingenhancementparserIssues concerning parser generating

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions