Module parser

Source
Expand description

Parser of tokens.

This module provides a parser of tokens. The parser is implemented as a recursive descent parser.

Modules§

config
Configurations for parsing.

Structs§

Parser
Parser of tokens.