our grammar now understands every single possible command
Compare changes
- lgraesner authored
+ 52
− 28
@@ -2,33 +2,34 @@
<cmdman> = <bringMeObjFromPlcmt> | (<takeObjFromPlcmt> and (<deliverObjPronToMe> | <deliverObjToNameAtBeac>)) | ((<takeObjFromPlcmt> | <takeObj>) and <placeObjPronOnPlcmt>) | <deliverObjToGestPrsInRoom> | <bringToTaxi> | <bringMeObj> | (<goToLoc> <findObj> and (<deliverObjPronToMe> | <placeObjPronOnPlcmt>)) | <placeObjOnPlcmt> | <bringObjFromRoomToPlcmt>;
@@ -48,37 +49,48 @@ public <sentence> = [could you | robot | tobi] [please] <command>;
@@ -91,6 +103,11 @@ public <sentence> = [could you | robot | tobi] [please] <command>;
@@ -101,7 +118,7 @@ public <sentence> = [could you | robot | tobi] [please] <command>;
@@ -109,12 +126,17 @@ public <sentence> = [could you | robot | tobi] [please] <command>;
@@ -133,9 +155,10 @@ public <sentence> = [could you | robot | tobi] [please] <command>;
@@ -147,11 +170,12 @@ public <sentence> = [could you | robot | tobi] [please] <command>;
@@ -164,5 +188,5 @@ public <sentence> = [could you | robot | tobi] [please] <command>;