Re-exports§
pub use lexer::lex;pub use lexer::report_lex_errors;pub use parser::parse as parse_from_lex;pub use parser::report_parse_errors;
Modules§
Structs§
- Report
- A type representing a diagnostic that is ready to be written to output.
- Source
- A type representing a single source that may be referred to by
Spans.
Traits§
- Value
Input - Implemented by inputs that can have produce tokens by value.