Module semantic_analyzer::types::condition
source · Expand description
Structs
- Expression condition for two expressions
- Expression logic condition for expression conditions. It’s build chain of expression conditions and expression logic conditions as flat tree.
- If statement
Enums
- Basic logical conditions mostly for compare expressions
- If-body statement represents body for the if-body
- If-body statement can be:
- If-condition representation. It can be:
- If-loop body statements represent body of if-body in the loops
- Logical conditions type representation. Usefulf for logical expressions.
- Loop body statement represents body for the loop