]> Cypherpunks repositories - gostls13.git/commit
- fixed missing parens in some cases of unary expressions
authorRobert Griesemer <gri@golang.org>
Mon, 20 Oct 2008 23:44:03 +0000 (16:44 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 20 Oct 2008 23:44:03 +0000 (16:44 -0700)
commit9d20c85ae9652908b4bb1aeb756cb617e9552b31
tree55083d14cd0dbe84473c3e0f985b615c0507e5f6
parent28912ce03f57b051dd97e42f1692469505bc8ffd
- fixed missing parens in some cases of unary expressions
- added validation test verifying that pretty output compiles with 6g again (disabled at the moment)
- replaced another recursive function with an interative solution

R=r
OCL=17505
CL=17505
usr/gri/pretty/parser.go
usr/gri/pretty/printer.go
usr/gri/pretty/test.sh