pub fn parse(text: &str) -> Result<Schema>
Parse a COBOL copybook text into a schema
Returns an error if the copybook contains syntax errors or unsupported features.