pub fn parse_gcode(
    input: &str
) -> Result<(&str, Option<GCodeLine<'_>>), GCodeParseError>