From f0fca5f502ce59eedf139f87f932179024a3cb8c Mon Sep 17 00:00:00 2001 From: alangfel <alangfel@techfak.uni-bielefeld.de> Date: Wed, 25 Jun 2014 11:21:55 +0200 Subject: [PATCH] parsing error --- ps-grammar/restaurant/command.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/restaurant/command.jsgf b/ps-grammar/restaurant/command.jsgf index 7c5ab47c..1eebd938 100644 --- a/ps-grammar/restaurant/command.jsgf +++ b/ps-grammar/restaurant/command.jsgf @@ -5,7 +5,7 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi]; <command> = <followMe> | <stop> | <ordering> | <savePlaceLeft> | <savePlaceRight> | <savePlace>; <followMe> = (follow me) | (come [(with me) | here]) | (keep up); <stop> = stop [this]; - +<ordering> = ordering; <savePlaceLeft> = left; <savePlaceRight> = right; <savePlace> = <save>; -- GitLab