From e74d99c2a2f9f91069e0910afef1b3720fccab10 Mon Sep 17 00:00:00 2001
From: alangfel <alangfel@techfak.uni-bielefeld.de>
Date: Thu, 3 Jul 2014 11:43:19 +0200
Subject: [PATCH] new non terminal

---
 ps-grammar/restaurant/ordering.jsgf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ps-grammar/restaurant/ordering.jsgf b/ps-grammar/restaurant/ordering.jsgf
index 86e1612d..b06003b1 100644
--- a/ps-grammar/restaurant/ordering.jsgf
+++ b/ps-grammar/restaurant/ordering.jsgf
@@ -3,7 +3,9 @@ grammar restaurant_ordering;
 
 public <restaurant> = [tobi] [please] bring <objects> to <deliveryLocations>;
 
-<deliveryLocations> = table (one | two | three);
+<deliveryLocations> = table <numberOfTable>;
+
+<numberOfTable> = one | two | three;
 
 <objects> = <drinks> | <snacks>;
 
-- 
GitLab