Macros§
Structs§
- Context
- Parsing context.
- Entity
- A resolved entity found in input.
- Node
Summary - A compact node summary used in verbose traces.
- Options
- Options that affect parsing/resolution behavior.
- Parse
Details - Additional details returned by [
parse_verbose] andparse_verbose_with. - Parse
Result - Result from
parseandparse_with. - Regex
Profiling Options - Regex profiling configuration toggled via
Options.
Functions§
- parse
- Parse
textusing the default ruleset and a defaultContext. - parse_
verbose_ with - Parse
textwithcontext/optionsand return extra (compact) debug details. - parse_
with - Parse
textusing the default ruleset and the providedcontext/options.