From 53171edd7fe8c825b35c498eb31c2181f4b7c489 Mon Sep 17 00:00:00 2001 From: Christian Klarhorst <cklarhorst@gmx.de> Date: Fri, 4 Apr 2014 12:07:41 +0200 Subject: [PATCH] new restaurant --- ps-grammar/restaurant/restaurant.jsgf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ps-grammar/restaurant/restaurant.jsgf b/ps-grammar/restaurant/restaurant.jsgf index 3c547ef9..ccd78a23 100644 --- a/ps-grammar/restaurant/restaurant.jsgf +++ b/ps-grammar/restaurant/restaurant.jsgf @@ -6,11 +6,11 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi]; <followMe> = (follow me) | (come [(with me) | here]) | (keep up); <stop> = stop [this]; <beverages> = <objectCategory> | <objects>; -<objectCategory> = drinks | food; -<objects> = <drinks> | <food>; +<objectCategory> = drinks | snacks; +<objects> = <drinks> | <snacks>; -<drinks> = milk | coke | beer; -<food> = pringles red | pringles green | pringles blue | cookies; +<drinks> = (orange juice) | (fruit juice) | (ice tea) | coffee | beer; +<snacks> = chocolates | (chewing gum) | peanuts; <ordering> = ordering; <deliveryLocations> = table (one | two | three); -- GitLab