Module parser

Module parser 

Source
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.
ParserBuilder
A builder for Parser.