The Go programming language
Go to file
Robert Griesemer 3689e221e8 Steps towards a general scanner/parser library for Go:
- converted more of AST and parser to use interfaces and explicit
structs for individual Go constructs (can be replaced now with
interface calls such that the parser becomes AST structure
independent, as suggested by rsc)
- added more tests (find all .go files under GOROOT)
- (temporarily) lost html links for identifiers when generating
html output
- TODO: lots of cleanups

R=r
OCL=25518
CL=25518
2009-02-27 15:40:17 -08:00
doc finish types. 2009-02-26 16:37:23 -08:00
include libmach: 2009-02-03 15:00:09 -08: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 bug 130 (go/defer) interface.method() 2009-02-23 22:43:04 -08:00
test bug130 is fixed 2009-02-25 16:31:42 -08:00
usr/gri Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00