Skip to main content

Module parser

Module parser 

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

ParseOptions
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