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

Update grammar

parent 576b2a2a
No related branches found
No related tags found
Loading
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
Amount ::= Digit+ ("-" | "/" | "to")? Digit* Amount ::= Digit+ ("-" | "/" | "to")? Digit*
/* Digit: */ /* Digit: */
Digit ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" Digit ::= ("0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9")+
/* Unit: unit of measure */ /* Unit: unit of measure */
/* recognises synonyms or shorthand */ /* 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