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

Whitespace issues #1285

Open
mschoeb opened this issue Jan 23, 2025 · 0 comments
Open

Whitespace issues #1285

mschoeb opened this issue Jan 23, 2025 · 0 comments
Labels

Comments

@mschoeb
Copy link
Collaborator

mschoeb commented Jan 23, 2025

Our parser does not concern itself with where whitespace is allowed or not allowed at the moment. If it is parsable, it parses it. But this gives some issues such as:

  • 4 + / * 5 should be a parser error but works fine ([op/numeric-multiply.xml] K-NumericMultiply-27)

  • 10div 3 should also be a parser error but works fine ([op/numeric-mod.xml] K-NumericMod-22)

To fix these we probably need to consider more of the rules specified here

@mschoeb mschoeb added the Bug label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant