Expand description
Basic semantic types
§Semantic types
Semantic analyzer result state types.
It contains SemanticStack
as Semantic results Context data.
Structs§
- Semantic
Stack - Semantic stack
Enums§
- Semantic
Stack Context - Semantic stack Context
Traits§
- Extended
Expression - Extended Expression for semantic analyzer.
- Extended
Semantic Context - Extended Semantic Context trait contain instructions set functions for the Extended Stack context.
- Global
Semantic Context - Semantic Context trait contain instructions set functions for Global Stack context. It includes:
- Semantic
Context - Semantic Context trait contain instructions set functions for the Stack context.
- Semantic
Context Instruction - Semantic Context trait contains custom instruction implementation
to flexibly extend context instructions. It represents ivs derided
traits:
Debug
andSerialize
+Deserialize