`array at 0 at 0` correctly parses to `array[0][0]`. However, `array at x at y` incorrectly parses to `array[x[y]]`.  