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 theLexer, and turns them intocl_ast::astnodes. - pat
Structs§
Enums§
Traits§
Functions§
- no_eof
- Opens a scope where
ParseError::EOFis unexpected (SeePResultExt::no_eof)