Skip to content
Snippets Groups Projects
Commit 288a0f1b authored by Christian Ascheberg's avatar Christian Ascheberg
Browse files

demoChallenge: minimal demo grammar

parent 4f2ba523
No related branches found
No related tags found
No related merge requests found
$$S: $confirm_yes
| $confirm_no
| $stop
| $stopPlaying
| $startPlaying
| tobi $yourTurn;
| $confirm_no
| $smalltalk;
$yourTurn: its your turn
| it is your turn;
$stopPlaying: lets stop here
| lets stop playing
| let us stop here
| let us stop playing;
$startPlaying: let us play a game
| let us play
| lets play a game
| lets play;
$stop: stop;
$smalltalk: joke
| time;
$confirm_yes: tobi please
| tobi yes
......
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