1
0
mirror of https://github.com/golang/go synced 2024-11-19 14:54:43 -07:00

ebnf: update comment

(pointed out by jan.mercl@nic.cz)

R=iant, jan.mercl, rsc
CC=golang-dev
https://golang.org/cl/4515189
This commit is contained in:
Robert Griesemer 2011-06-03 13:02:35 -07:00
parent 2655757900
commit 86b3577a59

View File

@ -8,7 +8,7 @@
// Production = name "=" [ Expression ] "." .
// Expression = Alternative { "|" Alternative } .
// Alternative = Term { Term } .
// Term = name | token [ "..." token ] | Group | Option | Repetition .
// Term = name | token [ "" token ] | Group | Option | Repetition .
// Group = "(" Expression ")" .
// Option = "[" Expression "]" .
// Repetition = "{" Expression "}" .