diff --git a/ps-grammar/demoChallenge/commands.jsgf b/ps-grammar/demoChallenge/commands.jsgf index 512cf62538d6d4bbe49414ae6216592deeccdd5d..bfe7ed8d56867f1e2770ba2655f12eeb57d55535 100644 --- a/ps-grammar/demoChallenge/commands.jsgf +++ b/ps-grammar/demoChallenge/commands.jsgf @@ -2,6 +2,7 @@ grammar bebot_demo; public <statement> = [tobi] [please] <command> [please] [tobi]; -<command> = <clean>; +<command> = <clean> | <party>; <clean> = clean up | start cleaning; +<party> = party starts | party begining;