]> Cypherpunks repositories - gostls13.git/commit
- converted expr representation of ast into a new representation
authorRobert Griesemer <gri@golang.org>
Wed, 4 Feb 2009 01:44:01 +0000 (17:44 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 4 Feb 2009 01:44:01 +0000 (17:44 -0800)
commitc048ee21ada70be4c0085edfce01da27ac41c272
tree7623ee690fee937783d444c5c81aed4e4733d552
parentf9cc900ae833b5a02e78223214fa52a8dba50145
- converted expr representation of ast into a new representation
using interfaces properly => much cleaner code
- converted tracing code to use 'defer' statement
- next steps: convert rest of ast as well

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