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

Cannot parse formulas with union operators near other operators #174

Open
pillowfication opened this issue Jun 30, 2023 · 0 comments
Open

Comments

@pillowfication
Copy link

pillowfication commented Jun 30, 2023

The parser can only seem to handle unions when it's the only operator in its group.

  • =A:A,B:B,C:C works
  • =(A:A,B:B)+C:C works

However, it fails if it sees another operator in the same level.

  • =A:A,B:B+C:C fails
  • =A:A,B:B,@C:C fails

Is it possible to have the union operator treated like a binary operator instead of a function call, deviating from the paper this project's grammar is based on to more closely match how Excel interprets it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant