Skip to content

Cannot parse formulas with union operators near other operators #174

Description

@pillowfication

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions