Expand description
The Parsing stage of the ucg compiler.
Re-exports§
pub use crate::tokenizer::CommentGroup;
pub use crate::tokenizer::CommentMap;
Modules§
- precedence
- Bottom up parser for precedence parsing of expressions separated by binary operators.
Functions§
- expression
- parse
- Parses a LocatedSpan into a list of Statements or an
error::Error
.