go/usr/gri/pretty
Robert Griesemer 63b332eddd - allow ()'s and {}'s for now when parsing calls/composite literals
- require ()'s around composite literals at the if/for/switch control clause level
- fixed a nasty bug: passing a value instead of a pointer to a value to an interface
  variable - and not noticing that the value is copied

R=r
OCL=25649
CL=25649
2009-03-03 16:00:06 -08:00
..
ast.go - allow ()'s and {}'s for now when parsing calls/composite literals 2009-03-03 16:00:06 -08:00
compilation.go - allow ()'s and {}'s for now when parsing calls/composite literals 2009-03-03 16:00:06 -08:00
gds.go - fixed bugs related to the empty statement 2009-02-12 16:06:21 -08:00
Makefile snapshot: 2009-02-06 15:26:30 -08:00
Makefile.iant Update for source code changes. 2008-12-19 14:32:00 -08:00
parser.go - allow ()'s and {}'s for now when parsing calls/composite literals 2009-03-03 16:00:06 -08:00
platform.go - allow ()'s and {}'s for now when parsing calls/composite literals 2009-03-03 16:00:06 -08:00
pretty.go scanner cleanup - getting it ready to as a library 2009-03-02 20:27:09 -08:00
printer.go - allow ()'s and {}'s for now when parsing calls/composite literals 2009-03-03 16:00:06 -08:00
scanner.go - allow ()'s and {}'s for now when parsing calls/composite literals 2009-03-03 16:00:06 -08:00
selftest0.go delete export 2009-01-20 14:40:40 -08:00
selftest1.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
selftest2.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
symboltable.go - vector package (identical to array except for names) 2009-02-13 15:07:56 -08:00
test.sh scanner cleanup - getting it ready to as a library 2009-03-02 20:27:09 -08:00
typechecker.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
untab.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
utils.go Some real GDS functionality: 2009-02-09 21:05:14 -08:00