diff --git a/ps-grammar/restaurant/restaurant.jsgf b/ps-grammar/restaurant/restaurant.jsgf index 718f5396a11f16501f934df47e250b4fc1c221c3..3c547ef908276658b6363d915c23fd4a784dbdb2 100644 --- a/ps-grammar/restaurant/restaurant.jsgf +++ b/ps-grammar/restaurant/restaurant.jsgf @@ -9,7 +9,7 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi]; <objectCategory> = drinks | food; <objects> = <drinks> | <food>; -<drinks> = milk; +<drinks> = milk | coke | beer; <food> = pringles red | pringles green | pringles blue | cookies; <ordering> = ordering;