Module static_analyser::parse [] [src]

Parse a stream of Tokens into an Abstract Syntax Tree we can use for the later steps.

Structs

DottedIdent
Ident
Literal
Parser

A parser for turning a stream of tokens into a Abstract Syntax Tree.

Enums

LiteralKind