Skip to content
Snippets Groups Projects
Commit c83f86be authored by cstollen's avatar cstollen
Browse files

Add group folder and dummy grammar

parent a06702a0
No related branches found
No related tags found
No related merge requests found
#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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment