Skip to content
Snippets Groups Projects
Commit 9c07e315 authored by mholland's avatar mholland
Browse files

zoo grammar

parent a94ddfbd
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ public <statement> = [tobi] ( <dance> | <joke> | <show> ) [tobi];
<dance> = dance;
<joke> = ( [tell] [me] [a] joke | gag );
<show> = ( [show] [me] team | show | (team member) );
<joke> = [tell] [me] [a] ( joke | gag );
<show> = [show] ( team | (team member) );
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