]> Cypherpunks repositories - gostls13.git/commit
First cut at a Go pretty printer:
authorRobert Griesemer <gri@golang.org>
Thu, 18 Sep 2008 23:58:37 +0000 (16:58 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 18 Sep 2008 23:58:37 +0000 (16:58 -0700)
commit81d7c5183722af90f66a989a68c617484eb1388f
tree3f83983bfab51a4a981b8537379eee656016617d
parenta67258f3801b6aa218c8c2563f0a743b944e5946
First cut at a Go pretty printer:
- code scavenged from Go-in-Go front-end (will merge back)
- using "symbol-table" free parsing to build AST
- no printing yet

R=r
OCL=15504
CL=15504
usr/gri/pretty/Makefile [new file with mode: 0644]
usr/gri/pretty/ast.go [new file with mode: 0644]
usr/gri/pretty/parser.go [new file with mode: 0644]
usr/gri/pretty/platform.go [new file with mode: 0644]
usr/gri/pretty/pretty.go [new file with mode: 0644]
usr/gri/pretty/printer.go [new file with mode: 0644]
usr/gri/pretty/scanner.go [new file with mode: 0644]
usr/gri/pretty/utils.go [new file with mode: 0644]