Crate gluon_parser [] [src]

The parser is a bit more complex than it needs to be as it needs to be fully specialized to avoid a recompilation every time a later part of the compiler is changed. Due to this the string interner and therefore also garbage collector needs to compiled before the parser.

Enums

Error
FieldExpr
FieldPattern
InfixError
LayoutError
TokenizeError

Functions

parse_expr
parse_partial_expr
parse_partial_let_or_expr

Type Definitions

LetOrExpr
ParseErrors