Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support full identifier #34

Open
agcom opened this issue Jul 28, 2022 · 0 comments
Open

Support full identifier #34

agcom opened this issue Jul 28, 2022 · 0 comments
Labels
feature New feature

Comments

@agcom
Copy link
Owner

agcom commented Jul 28, 2022

Currently, the Identifier regular definition matches with ASCII only letters and characters.

Investigate in Character.isJavaIdentifierStart & Character.isJavaIdentifierPart, and maybe implement it via character class expressions.

From agcom/lex-java#3.

@agcom agcom added the feature New feature label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant