Skip to main content

Module config

Module config 

Source

Structs§

NoTokensLexerConfig
Lexer config for lexing without tokens.
NoTokensParserConfig
Parser config for parsing without tokens (default).
RuntimeLexerConfig
Lexer config for lexing with / without tokens, decided at runtime.
RuntimeParserConfig
Parser config for parsing with / without tokens, decided at runtime.
TokensLexerConfig
Lexer config for parsing with tokens.
TokensParserConfig
Parser config for parsing with tokens.

Traits§

LexerConfig
Lexer config.
ParserConfig
Parser config.