tact-lang / tree-sitter-tact

🌳 Tree-sitter grammar for the ⚡ Tact contract programming language
https://tact-lang.org
MIT License
18 stars 0 forks source link

Test operator precedence levels #26

Open anton-trunov opened 7 months ago

anton-trunov commented 7 months ago

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