]> Cypherpunks repositories - gostls13.git/commit
Simplified AST:
authorRobert Griesemer <gri@golang.org>
Wed, 13 May 2009 22:18:05 +0000 (15:18 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 13 May 2009 22:18:05 +0000 (15:18 -0700)
commitf3b08744a257f2798255956ebb109c0615b494ad
treefa2bb84b28616d5f295c3a0f649f72cd53e3cd7c
parent6fa6f134f1c0b64f5a52e2a39e2bcb009d877cc3
Simplified AST:
- one node for array and slice types
- one node for index and slice expressions
- simplified parser, astprinter, and ast.txt

R=r
DELTA=71  (0 added, 43 deleted, 28 changed)
OCL=28768
CL=28768
src/lib/go/ast/ast.go
src/lib/go/parser/parser.go
usr/gri/pretty/ast.txt
usr/gri/pretty/astprinter.go