]> Cypherpunks repositories - gostls13.git/commit
Lots of cleanups in prep. for checking in parser and ast into lib:
authorRobert Griesemer <gri@golang.org>
Fri, 6 Mar 2009 01:15:36 +0000 (17:15 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 6 Mar 2009 01:15:36 +0000 (17:15 -0800)
commit83af3229dbd672d62868ffd77f526eb52be7fa56
tree073148e3f2f143f1ab9b5a9c54dca5796786ca84
parent0f7306b78ca278a88be1f131a446a2aceb68d73d
Lots of cleanups in prep. for checking in parser and ast into lib:
- removed any symbol table stuff
- some interface cleanup
- removed lot's of dead wood
- half the support for type switches (simple form)
- name capitalization
Several rounds to come.

R=r
OCL=25797
CL=25797
usr/gri/pretty/ast.go
usr/gri/pretty/compilation.go
usr/gri/pretty/parser.go
usr/gri/pretty/pretty.go
usr/gri/pretty/printer.go
usr/gri/pretty/selftest2.go