Commit 15fa1e40 authored by Rob Pike's avatar Rob Pike

add mention of tag string to grammar comment

R=rsc
DELTA=3  (2 added, 0 deleted, 1 changed)
OCL=18232
CL=18232
parent afad8272
...@@ -452,10 +452,12 @@ func init() { ...@@ -452,10 +452,12 @@ func init() {
functiontype functiontype
typename = typename =
name '.' name name '.' name
doublequotedstring =
string in " "; escapes are \0 (NUL) \n \t \" \\
fieldlist = fieldlist =
[ field { [ ',' | ';' ] field } ] [ field { [ ',' | ';' ] field } ]
field = field =
identifier stubtype identifier stubtype [ doublequotedstring ]
arraytype = arraytype =
'[' [ number ] ']' stubtype '[' [ number ] ']' stubtype
structtype = structtype =
......
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