mirror of
https://github.com/golang/go
synced 2024-11-20 11:04:56 -07:00
3689e221e8
- 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 |
||
---|---|---|
.. | ||
ast.go | ||
compilation.go | ||
gds.go | ||
Makefile | ||
Makefile.iant | ||
parser.go | ||
platform.go | ||
pretty.go | ||
printer.go | ||
scanner.go | ||
selftest0.go | ||
selftest1.go | ||
selftest2.go | ||
symboltable.go | ||
test.sh | ||
typechecker.go | ||
untab.go | ||
utils.go |