Skip to main content

Crate oxabl_parser

Crate oxabl_parser 

Source
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§

ParseError
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§

ParseResult
Alias for parser results.