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

Exponent leading-zeros should be distinct from overall literal leading zeros #211

Open
j-mie6 opened this issue Aug 11, 2023 · 0 comments · May be fixed by #223
Open

Exponent leading-zeros should be distinct from overall literal leading zeros #211

j-mie6 opened this issue Aug 11, 2023 · 0 comments · May be fixed by #223
Labels
enhancement New feature or request major This change would affect break backwards compatibility
Milestone

Comments

@j-mie6
Copy link
Owner

j-mie6 commented Aug 11, 2023

Some languages do not allow leading zeros on the numeric literals, but do within the exponents of scientific notation. Currently, disabling the leading zero also disables it for the exponents: this should be configurable separately. This is a major addition, as it involves changing the description objects.

@j-mie6 j-mie6 added enhancement New feature or request major This change would affect break backwards compatibility labels Aug 11, 2023
@j-mie6 j-mie6 added this to the Parsley 5 milestone Aug 11, 2023
@j-mie6 j-mie6 linked a pull request Jan 12, 2024 that will close this issue
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request major This change would affect break backwards compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant