Skip to content

C/C++/Java: Wrong lexer representation of eps  #290

@andreasabel

Description

@andreasabel
Foo. Main ::= Empty;
token Empty eps;

The regex eps (match the empty sequence) seems to be translated to [^.] for Flex and JLex. But this is the translation of 0, a regular expression not matching anything.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions