Modules§
Structs§
- Config
- A parse config.
- Error
- A parsing error.
- Parse
Context - A lexical token with an associated parse config.
- Token
- A string value with an associated source code position.
Type Aliases§
- Parse
Result - The result of parsing an element
T
with error typeE
.