%token AAA MI0US %left AAA MI0US %start <> hello %% hello: expr {} expr: | AAA {} | MI0US AAA expr+ {} | MI0US+ expr {}