Expand description
The parser takes a stream of Tokens 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;
The parser takes a stream of Tokens from the Lexer, and turns them into cl_ast::ast
nodes.
pub use error::EOF;pub use error::PResult;pub use error::PResultExt;pub use error::ParseError;pub use error::no_eof;