From c83f86be52e10edc383c324cec6f869968f96c39 Mon Sep 17 00:00:00 2001 From: cstollen <cstollen@techfak> Date: Fri, 11 Jan 2019 15:28:59 +0100 Subject: [PATCH] Add group folder and dummy grammar --- psGrammar/challange/pollen/sandbox.jsgf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 psGrammar/challange/pollen/sandbox.jsgf diff --git a/psGrammar/challange/pollen/sandbox.jsgf b/psGrammar/challange/pollen/sandbox.jsgf new file mode 100644 index 00000000..5386ca9c --- /dev/null +++ b/psGrammar/challange/pollen/sandbox.jsgf @@ -0,0 +1,7 @@ +#JSGF V1.0; +grammar calculator; +public <calcstring> = <robot> calculate <number> (plus | minus) <number>; + +<number> = (one | two | three | four | five | six | seven | eight | nine | zero); + +<robot> = (floka | meka | robot | tobi); -- GitLab