summaryrefslogtreecommitdiff
path: root/examples/tutorial/food/food.ebnf
blob: d85739dad05044150b6633152ad91107fef0a240 (plain)
1
2
3
4
Phrase  ::= 
  ("this" | "that") Quality* ("wine" | "cheese" | "fish") "is" Quality ;
Quality ::= 
  ("very"* ("fresh" | "warm" | "boring" | "Italian" | "expensive")) ;