1
0
mirror of https://github.com/golang/go synced 2024-09-25 07:20:12 -06:00
The Go programming language
Go to file
Robert Griesemer aed247fdb9 - make optional semicolons explicit in grammar in all places
except in statement list, where it is expressed in words
- allow for empty import, const, type, and var decl lists inside ()'s
- fixed grammar for inc/dec statements
- added empty statement as it appears to be accepted by 6g

R=r
DELTA=75  (23 added, 21 deleted, 31 changed)
OCL=16785
CL=16785
2008-10-08 17:05:30 -07:00
doc - make optional semicolons explicit in grammar in all places 2008-10-08 17:05:30 -07:00
include acid fixes etc. still not perfect. 2008-09-16 12:33:00 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src add empty var ( ), type ( ), const ( ) factorings 2008-10-08 15:33:09 -07:00
test test of new empty productions 2008-10-08 15:33:18 -07:00
usr/gri - don't allow empty decl lists (e.g. const ()) 2008-10-07 18:30:08 -07:00