Skip to main content

Module parser

Module parser 

Source
Expand description

Robust recursive descent Pascal parser Supports full Pascal language with error recovery

Structs§

Parser
Main Pascal parser with error recovery
SourceLocation
Source location for error reporting

Type Aliases§

ParseResult
Result type for parsing operations