Expand description
High-level parser that evaluates grammar rules.
The Parser is the main entry point for parsing token streams into concrete
syntax trees (CST). It supports grammar-based parsing.
Structsยง
- Parser
- Main parser entry point.
- Parser
Builder - A builder for
Parser.