1
0
mirror of https://github.com/golang/go synced 2024-11-20 11:04:56 -07:00
go/usr/gri/pretty
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
..
ast.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
compilation.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
gds.go - fixed bugs related to the empty statement 2009-02-12 16:06:21 -08:00
Makefile snapshot: 2009-02-06 15:26:30 -08:00
Makefile.iant Update for source code changes. 2008-12-19 14:32:00 -08:00
parser.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
platform.go delete export 2009-01-20 14:40:40 -08:00
pretty.go snapshot: 2009-02-06 15:26:30 -08:00
printer.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
scanner.go - fixed a bug with //-comment parsing 2009-02-23 17:16:55 -08:00
selftest0.go delete export 2009-01-20 14:40:40 -08:00
selftest1.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
selftest2.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
symboltable.go - vector package (identical to array except for names) 2009-02-13 15:07:56 -08:00
test.sh Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
typechecker.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
untab.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
utils.go Some real GDS functionality: 2009-02-09 21:05:14 -08:00