Expand description
The parser takes a stream of [Token]s from the Lexer, and turns them into [cl_ast::ast]
nodes.
Re-exports§
pub use error::EOF;pub use error::PResult;pub use error::PResultExt;pub use error::ParseError;pub use error::no_eof;
Modules§
- error
- expr
- Conlang’s Expression parser.
- pat
- Conlang’s Pattern parser.