ParseAstResult typedef

ParseAstResult = ({List<DewbeadAst> asts, List<RecordError> errors})

Result of stage-1 parse: successfully parsed asts plus per-record errors, preserving partial-failure semantics across ;;.

Implementation

typedef ParseAstResult = ({List<DewbeadAst> asts, List<RecordError> errors});