pub fn parse_header(
lines: &[Line],
pos: &mut usize,
errors: &mut Vec<AgmError>,
) -> HeaderExpand description
Parses the header section of an AGM file.
Advances pos to the first NodeDeclaration or end of lines.
Emits errors into errors.