Expand description
Base parser implementation
Structs§
- Base
Parser - Main underlying Parser struct
- Listener
Id - Allows to safely cast listener back to user type
Traits§
- Parser
- parser functionality required for
ParserATNSimulator
to work - Parser
Node Type - Workaround trait for rustc current limitations.
- Parser
Recog