Commit 88a0c407 authored by Robert Griesemer's avatar Robert Griesemer

fixed typo in EBNF of ENBF

R=iant
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=27801
CL=27806
parent 258a08ed
......@@ -56,7 +56,7 @@ The syntax is specified using Extended Backus-Naur Form (EBNF):
</p>
<pre class="grammar">
Production = production_name "=" Expression .
Production = production_name "=" Expression "." .
Expression = Alternative { "|" Alternative } .
Alternative = Term { Term } .
Term = production_name | token [ "..." token ] | Group | Option | Repetition .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment