Skip to content

7bit switch doesn't work but 8bit and unicode does #756

@vinhtq115

Description

@vinhtq115

I'm trying to generate a specification for a language using 7bit switch but JFlex won't generate anything. It always says:

Reading "vc.flex"
0 errors, 0 warnings.

Generation aborted.

When I use 8bit or unicode switch, it works fine.

Reading "vc.flex"
Constructing NFA : 276 states in NFA
Converting NFA to DFA :
...............................................................................
.......................................................
138 states before minimization, 121 states in minimized DFA
Writing code to "Scanner.java"
0 errors, 0 warnings.

Generation finished successfully.

I'm using JFlex 1.8.1.

Metadata

Metadata

Assignees

Labels

bugNot working as intended

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions