1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:54:49 -07:00
go/usr/gri/pretty
Rob Pike c45d2a767c simplify flag interface. no more BVal etc. you just get a pointer.
fixed everything except the tutorial.

R=rsc
DELTA=404  (94 added, 139 deleted, 171 changed)
OCL=22414
CL=22422
2009-01-09 13:42:46 -08:00
..
ast.go - more steps towards tracking idents in scopes 2009-01-07 16:54:03 -08:00
compilation.go - more steps towards tracking idents in scopes 2009-01-07 16:54:03 -08:00
globals.go - first (global) idents with proper links to declarations in html output 2009-01-08 14:43:56 -08:00
Makefile - first (global) idents with proper links to declarations in html output 2009-01-08 14:43:56 -08:00
Makefile.iant Update for source code changes. 2008-12-19 14:32:00 -08:00
object.go - more steps towards tracking idents in scopes 2009-01-07 16:54:03 -08:00
parser.go - first (global) idents with proper links to declarations in html output 2009-01-08 14:43:56 -08:00
platform.go - added simple facility to print Makefile dependency rules given a Go source file 2008-10-26 21:32:30 -07:00
pretty.go simplify flag interface. no more BVal etc. you just get a pointer. 2009-01-09 13:42:46 -08:00
printer.go simplify flag interface. no more BVal etc. you just get a pointer. 2009-01-09 13:42:46 -08:00
scanner.go - adjusted pretty to use old new, make 2009-01-06 15:01:04 -08:00
selftest0.go - handle field tags in pretty printer 2008-10-31 14:27:34 -07:00
selftest1.go - handle field tags in pretty printer 2008-10-31 14:27:34 -07:00
selftest2.go - fixed a bug with building right-recursive trees iteratively 2009-01-08 12:04:00 -08:00
test.sh - enabling tracking of declarations 2009-01-07 13:58:56 -08:00
type.go Snapshot. 2008-12-16 18:02:22 -08:00
typechecker.go - fixed a bug with building right-recursive trees iteratively 2009-01-08 12:04:00 -08:00
universe.go fix syntax error (syntax accepted by 6g, but not by pretty printer) 2008-12-16 18:08:16 -08:00
untab.go simplify flag interface. no more BVal etc. you just get a pointer. 2009-01-09 13:42:46 -08:00
utils.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00