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

Test operator precedence levels #26

Open
anton-trunov opened this issue Apr 26, 2024 · 0 comments
Open

Test operator precedence levels #26

anton-trunov opened this issue Apr 26, 2024 · 0 comments
Assignees
Labels
testing Running various tests for the grammar/parser and bindings

Comments

@anton-trunov
Copy link
Member

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)).

@novusnota novusnota added the testing Running various tests for the grammar/parser and bindings label Apr 26, 2024
@novusnota novusnota self-assigned this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Running various tests for the grammar/parser and bindings
Projects
None yet
Development

No branches or pull requests

2 participants