1
0
mirror of https://github.com/golang/go synced 2024-11-22 17:24:53 -07:00
go/usr
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
..
gri Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00