pub fn subscript(input: &str) -> IResult<&str, RawSubscript>
subscript = { index } [ ellipsis { index } ];