Expand description
Parser for Progress ABL source code.
Consumes tokens produced by oxabl_lexer and builds an AST using the
node types defined in oxabl_ast.
Structs§
- Parse
Error - An error encountered during parsing, with a human-readable message and source
Span. - Parser
- A recursive-descent parser for ABL source code.
- Program
- The result of parsing an ABL source file.
Type Aliases§
- Parse
Result - Alias for parser results.