-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Scientific (exponential) notation #52
Comments
Lexing numbers in this plugin seems to be too simplified at the moment compared to the Neo4j (v5.3) Cypher parser. Please implement a pragmatic solution which allows the scientific notation and hex numbers. |
Hi @j3ns, thank you for pointing me in the right direction with the link to Neo4j's javacc file. I ported the definition of decimal doubles to this plugin. I also added token definitions for hex and octal numbers. |
Allow numbers to be written in queries in scientific (exponential) notation, e.g. 1e6 instead of 1000000.
The text was updated successfully, but these errors were encountered: