pub fn parse(source: &str) -> ParsedSchemaExpand 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.