[][src]Module itsy::frontend::ast

AST datastructures generated by the parser and processed by the resolver.

Structs

Array
Assignment
BinaryOp
Binding
Block
Call
ForLoop
Function
IdentPath
IfBlock
Literal
Return
Signature
Structure
TypeName
UnaryOp
Variable
WhileLoop

Enums

BinaryOperator
Expression
LiteralValue
Statement
UnaryOperator