pub fn parse_gctf_with_diagnostics(
file_path: &Path,
) -> Result<(GctfDocument, ParseDiagnostics)>Expand description
Parse .gctf and return AST + diagnostics useful for inspect/debug. Supports multiple documents with implicit boundaries (ENDPOINT after terminal section).