From db4c37248433f1f1c4582bdb6e1d71297c50714c Mon Sep 17 00:00:00 2001
From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de>
Date: Fri, 24 Apr 2015 19:18:01 +0200
Subject: [PATCH] added save command to restaurant command grammar. This
 prevents always understanding "follow"

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

diff --git a/ps-grammar/restaurant/commands.jsgf b/ps-grammar/restaurant/commands.jsgf
index a6fb53eb..2d15a31d 100644
--- a/ps-grammar/restaurant/commands.jsgf
+++ b/ps-grammar/restaurant/commands.jsgf
@@ -1,6 +1,7 @@
 #JSGF V1.0;
 grammar restaurant_save_command;
 
-public <restaurant> = [tobi] [please] (<followMe> | <stop>);
+public <restaurant> = [tobi] [please] (<followMe> | <stop> | <save>);
+<save> = save [([the | a]) location];
 <followMe> = (follow me) | (come [(with me) | here]) | (keep up);
 <stop> = stop [this];
-- 
GitLab