Module frontend

Source
Expand description

Parsing logic for the compiler including a scanner (tokenizer).

Structs§

DefaultParserDispatch
Default operation parser.
Parser
Token

Enums§

TokenKind

Traits§

Parse
Interface to define parsing of operations.
ParserDispatch
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