Expand description
Parsing logic for the compiler including a scanner (tokenizer).
Structs§
- Default
Parser Dispatch - Default operation parser.
- Parser
- Token
Enums§
Traits§
- Parse
- Interface to define parsing of operations.
- Parser
Dispatch - Interface to add custom operations to the parser.
Functions§
- default_
dispatch - default_
parse_ name - Default parser for determining the name of an operation.
- default_
parse_ type