pub fn parse_args<'r>(
    string_arg_mcode: bool,
    input: &'r str
) -> IResult<&'r str, Option<Vec<ArgOrComment<'r>>>>