Module parser

Source
Expand description

Base parser implementation

Structs§

BaseParser
Main underlying Parser struct
ListenerId
Allows to safely cast listener back to user type

Traits§

Parser
parser functionality required for ParserATNSimulator to work
ParserNodeType
Workaround trait for rustc current limitations.
ParserRecog