Expand description
Structs§
- Expression
Condition - Expression condition for two expressions
- Expression
Logic Condition - Expression logic condition for expression conditions. It’s build chain of expression conditions and expression logic conditions as flat tree.
- IfStatement
- If statement
Enums§
- Condition
- Basic logical conditions mostly for compare expressions
- IfBody
Statement - If-body statement represents body for the if-body
- IfBody
Statements - If-body statement can be:
- IfCondition
- If-condition representation. It can be:
- IfLoop
Body Statement - If-loop body statements represent body of if-body in the loops
- Logic
Condition - Logical conditions type representation. Usefulf for logical expressions.
- Loop
Body Statement - Loop body statement represents body for the loop