Modules§
- lex
- Khi lexer reference implementation.
- parse
- Khi parser reference implementation. Implements a tree-based parser.
- pdm
- Parsed document model (AST) reference implementation.
Structs§
- Attribute
- An attribute of a tag.
- Attribute
Value - An attribute value of a tag.
Enums§
- Element
- An element in a compound.
Traits§
- Compound
- A compound.
- Dictionary
- A dictionary.
- List
- A list.
- Tagged
- A tagged value.
- Text
- Text.
- Tuple
- A tuple.
- Value
- A value.
Functions§
- translate_
escape_ character - Get the character corresponding to an escaped character sequence.