pub fn subscripts(input: &str) -> IResult<&str, RawSubscripts>
subscripts = subscript {, subscript} [ -> subscript ]
,
->