]> Cypherpunks repositories - gostls13.git/commit
daily snapshot:
authorRobert Griesemer <gri@golang.org>
Tue, 17 Mar 2009 03:29:31 +0000 (20:29 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 17 Mar 2009 03:29:31 +0000 (20:29 -0700)
commit3cfd91f85b1ef367238d0b67b5836f78bc7a1774
treebf29dc59ecc41b70b8be28dadacdb60bf57e396b
parentdea4394a674c9b7868eb06b2325fc17a909c3064
daily snapshot:
- use explicit expression lists instead of binary trees to represent lists of the form a, b, c
(per discussion w/ Russ)
- use explicit nodes for various language constructs for better readability
- various adjustments in parsing and printing

next steps:
- clean up AST fully so it can be checked in as library

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