Skip to content
Snippets Groups Projects
Commit bad63aa1 authored by Svenja Koesters's avatar Svenja Koesters
Browse files

summarized ps-grammar

parent cd5db0d6
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar cleanUpskoester; grammar cleanUpskoester;
public <statement> = (<room>); public <statement> = (<kitchen> | <livingroom> | <yes> | <no>);
<room> = (<kitchen> | <livingroom> );
<kitchen> = kitchen; <kitchen> = kitchen;
<livingroom> = livingroom; <livingroom> = livingroom;
<yes> = yes;
<no> = no;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment