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

Update grammar.ebnf

parent 85fd816c
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ Ambiguator ::= ("<" | ">" | "less than" | "more than")
/* Eg: 10 - 20 g of pasta */
Amount ::= Ambiguator* Digit+ ("-" | "/" | "to")? Digit*
/* Digit: */
Digit ::= ("0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9")+
/* Number: */
Number ::= ("0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9")+
/* Unit: unit of measure */
/* recognises synonyms or shorthand */
......
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