[][src]Module ucglib::parse

The Parsing stage of the ucg compiler.

Modules

precedence

Bottom up parser for precedence parsing of expressions separated by binary operators.

Functions

parse

Parses a LocatedSpan into a list of Statements or an error::Error.