tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
42 stars 36 forks source link

New page: Expressions #130

Closed novusnota closed 4 months ago

novusnota commented 4 months ago

Describe, that all the operators were, in fact, expressions. Then, move to other expressions in the language (ExpressionValue):

ExpressionValue = ExpressionCall
                | ExpressionField
                | ExpressionStaticCall
                | ExpressionBracket
                | ExpressionNew
                | integerLiteral
                | boolLiteral
                | id
                | null
                | ExpressionInitOf
                | ExpressionString