[][src]Module voile::syntax::surf::ast

Surface syntax tree.

The surface syntax tree is intended to be very close to the surface syntax so it may look a bit too surface (like a|b|c is parsed as a [a, b, c]-like structure instead of a [a, [b, c]]-like structure.

Structs

Decl

Surface syntax tree node: Declaration.

Param

Surface syntax tree node: Parameter.

Pragma

Enums

DeclKind

Indicates that whether a Decl is a type signature or an implementation.

Expr

Surface syntax tree node: Expression.