Hello,
I'm a committer for the eclipse PDT project (https://eclipse.org/pdt/) and I'm actually trying to migrate all the lexers (using JFlex 1.4) to use JFlex >= 1.5
Sadly I'm now facing infinite loops because some lexers don't seem to behave the same anymore.
I added as attachment a test project that contains some of the problematic lexers (in folder "parserTools"), the generated JFlex 14.3 and 1.5.1 classes, and a test case (src/launch/Tests.java).
Could you please have a look and tell me what's happening?
Thank you very much for your help,
Thierry.
Now tracked on https://github.com/jflex-de/jflex/issues/135