Skip to content
Snippets Groups Projects
Commit e74d99c2 authored by alangfel's avatar alangfel
Browse files

new non terminal

parent dcd06de2
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@ grammar restaurant_ordering;
public <restaurant> = [tobi] [please] bring <objects> to <deliveryLocations>;
<deliveryLocations> = table (one | two | three);
<deliveryLocations> = table <numberOfTable>;
<numberOfTable> = one | two | three;
<objects> = <drinks> | <snacks>;
......
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