Skip to content
Snippets Groups Projects
Commit 23581bf8 authored by Esteban Prince, Liam (UG - Computer Science)'s avatar Esteban Prince, Liam (UG - Computer Science)
Browse files

Update grammar.ebnf

parent 583c2533
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Digit ::= ("0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9")+
Unit ::=
/* Ingredient: */
Ingredient ::=
Ingredient ::= Modification* ","* Ingredient
/* Modifier: a word or phrase that modifies the ingredient */
/* Eg: "pears, chopped", "chopped pears", "chicken, skin on" */
......
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