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

Support conditional expressions (ternary operator) #5

Closed anton-trunov closed 9 months ago

anton-trunov commented 9 months ago

The dev version of Tact supports conditional expressions now: true ? 42 : 0. The relevant PR is here: https://github.com/tact-lang/tact/pull/97.