Skip to content

Test operator precedence levels #26

Open
@anton-trunov

Description

We need an expression with a bunch of operators to make sure AST are correct. E.g. something like 1 | 2 ^ 3 & 5 should be parsed as 1 | (2 ^ (3 & 5)).

Metadata

Assignees

Labels

testingRunning various tests for the grammar/parser and bindings

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions