Skip to main content

Crate astorion

Crate astorion 

Source

Macros§

pred
re
regex
rule

Structs§

Context
Parsing context.
Entity
A resolved entity found in input.
NodeSummary
A compact node summary used in verbose traces.
Options
Options that affect parsing/resolution behavior.
ParseDetails
Additional details returned by [parse_verbose] and parse_verbose_with.
ParseResult
Result from parse and parse_with.
RegexProfilingOptions
Regex profiling configuration toggled via Options.

Functions§

parse
Parse text using the default ruleset and a default Context.
parse_verbose_with
Parse text with context/options and return extra (compact) debug details.
parse_with
Parse text using the default ruleset and the provided context/options.