Skip to content
Snippets Groups Projects
Commit 25935774 authored by Kevin Gardeja's avatar Kevin Gardeja
Browse files

changed grammar

parent 16fb22c7
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar kgardeja;
public <statement> = <kitchen> | <livingroom> | <accept> | <cleankitchen> | <cleanlivingroom> | <decline>;
public <statement> = <kitchen> | <livingroom> | <accept> | <cleankitchen> | <cleanlivingroom> | <decline> | <search> | <clean>;
<kitchen> = kitchen;
<clean> = clean;
<search> = search;
<livingroom> = livingroom;
<accept> = yes;
<cleankitchen> = clean kitchen;
......
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