Expand description
Recursive-descent parser producing the Schema AST from tokens.
COBOL copybook parser
This module implements the parsing logic for COBOL copybooks, including lexical analysis and AST construction.
Structs§
- Parse
Options - Options for controlling COBOL copybook parsing behavior.
Functions§
- parse
- Parse a COBOL copybook text into a schema
- parse_
with_ options - Parse a COBOL copybook text into a schema with specific options