Skip to main content

parse

Function parse 

Source
pub fn parse(text: &str) -> Result<Schema>
Expand description

Parse a COBOL copybook text into a schema

ยงErrors

Returns an error if the copybook contains syntax errors or unsupported features.