Skip to main content

Crate cl_parser

Crate cl_parser 

Source

Re-exports§

pub use error::EOF;

Modules§

error
expr
inliner
The ModuleInliner reads files described in the module structure of the
parser 🔒
The parser takes a stream of Tokens from the Lexer, and turns them into cl_ast::ast nodes.
pat

Structs§

Parser
Handles stateful extraction from a Lexer, with single-Token lookahead.

Enums§

ParseError

Traits§

PResultExt
Parse

Functions§

no_eof
Opens a scope where ParseError::EOF is unexpected (See PResultExt::no_eof)

Type Aliases§

PResult