Skip to content

support Operator Precedence (e.g. A and B or X and Y) #11

@nitram509

Description

@nitram509

Currently the parser is not able to build a valid AST for expressions with combined operators like e.g. A and B or X and Y.

  • Hint: See DMN spec for "Operator precedence"
  • Hint: See (skipped) test: Test_eval_multiple_operators_with_logical_precedence() for a starting point

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions