Skip to content
Snippets Groups Projects
Commit 79d4fba9 authored by gminareci's avatar gminareci
Browse files

delted student files

parent 9bce8308
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar jgerlach_challenge;
public <roomNT> = (<kitchenNT> | <livingRoomNT>);
<kitchenNT> = [clean up the] kitchen;
<livingRoomNT> = [clean up the] living room;
#JSGF V1.0;
grammar kgardeja;
public <statement> = <kitchen> | <livingroom> | <accept> | <cleankitchen> | <cleanlivingroom> | <decline> | <search> | <clean> | tobi <clean>;
<kitchen> = kitchen;
<clean> = clean | (clean up) | sort | (clean room) | (clean up room) | (tidy up) | (tidy up room) | start | (start cleaning) | (start searching) | search | (search for objects);
<search> = search;
<livingroom> = livingroom;
<accept> = yes;
<cleankitchen> = clean kitchen;
<cleanlivingroom> = clean livingroom;
<decline> = no;
#JSGF V1.0;
grammar cleanUpskoester;
public <statement> = (<kitchen> | <livingroom> | <yes> | <no>);
<kitchen> = kitchen;
<livingroom> = livingroom;
<yes> = yes;
<no> = no;
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