Structs§
- Expression
Parser - Message
Parse Error - An error that occurs when parsing a message within a specific line. Contains context pointing at that specific error.
- Rule
Iter
Enums§
Constants§
Traits§
- Parse
- A trait for types that can be directly parsed from a string input, regardless of context.
- Parse
Pair - Scoped
Parse - Scoped
Parse Pair - A trait for types that are parsed from a
pest::iterators::Pair<Rule>
that depends on the context - e.g. extension lookups or other contextual information. This is used for types that are not directly parsed from the grammar, but rather require additional context to parse correctly.
Functions§
- iter_
pairs - unescape_
string - Unescapes a quoted string literal, handling escape sequences.
- unwrap_
single_ pair