-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
Milestone
Description
Hi again the jflex team,
I've profited of jflex 1.6 to uncomment classes like [\u116C0-\u116C9] in my lexer.
Talking about this class, my test reveals that jflex generated lexers that this class in particular (but some others too) includes some ponctuation signs characters like ';' and ':'
If you need an example, you can refer to the one in #178.
In this example,
it affects IDENTIFIER lexeme in whatever the case modes.
For example, string "myInterger:Integer;" is computed as a whole identifier thanks to [\u116C0-\u116C9]. This class is part of definition of macro, NUMBER_DECIMAL8.
Best regards
Didier.
Reactions are currently unavailable