Skip to content

classes of >16bit Unicode characters #179

@didier31

Description

@didier31

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugNot working as intendedinvalid

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions