Expand description
Module for parsing Y programs.
It contains all structs for the internal representation of Y (i.e., the AST).
Structs§
- Array
- Assignment
- Ast
- AST, representing a single Y program.
- Binary
Expr - Block
- Boolean
- Call
- Character
- Compiler
Directive - Declaration
- Definition
- FnDef
- Ident
- If
- Import
- Indexing
- Inline
Assembly - Integer
- Param
- Postfix
Expr - Prefix
Expr - Str
- Type
Annotation - Undefined
OpError - Undefined
Prefix OpError - While
Loop - YParser
Enums§
Type Aliases§
- Position
- A position within a file (i.e., line and column)