Skip to main content

parse

Function parse 

Source
pub fn parse(source: &str) -> ParsedSchema
Expand description

Extracts the supported structural subset from EXPRESS source.

Unsupported declarations and executable expressions are skipped. This function is intentionally tolerant and returns the declarations it can identify rather than claiming full language validation.