Re-exports§
pub use error::EureParseError;pub use error::ParseErrorKind;pub use parol_runtime;
Modules§
- error
- Parse error types for Eure.
- grammar
- grammar_
trait - parser
- tree
Enums§
- Parse
Result - Result of parsing that may include a partial CST even on error
Traits§
- Tree
Construct - A trait that a tree builder must implement.
Functions§
- parse
- parse_
tolerant - Parse with error tolerance - returns a CST even if parsing fails