Crate scarf_parser

Crate scarf_parser 

Source

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§

lexer
parser

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§

ValueInput
Implemented by inputs that can have produce tokens by value.

Functions§

parse