]> Cypherpunks repositories - gostls13.git/commit
Experiments with "export":
authorRobert Griesemer <gri@golang.org>
Fri, 25 Jul 2008 18:27:13 +0000 (11:27 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 25 Jul 2008 18:27:13 +0000 (11:27 -0700)
commit5fc7919147ab47e93abfacb50ba258f4999953ac
treeec5265d002a6e80f6455d1fbcf61d9d2084fac2e
parentcf4c37cac334851697d76010e3730f90f63e5494
Experiments with "export":
Allow "export" keyword in front of a declaration. Semantics:
export *top-level* identifiers declared (but not the fields
of a struct type for instance).

R=r
OCL=13464
CL=13464
usr/gri/gosrc/parser.go
usr/gri/gosrc/scanner.go