]> Cypherpunks repositories - gostls13.git/commit
- adjusted const decl grammar to reflect spec changes
authorRobert Griesemer <gri@golang.org>
Fri, 5 Dec 2008 02:18:41 +0000 (18:18 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 5 Dec 2008 02:18:41 +0000 (18:18 -0800)
commit77aaf4f3a2584bdaf6691b0f938c0fe8a789028d
tree17c6439ce742ac718b1c5ced5dce19668fdcde79
parent7354b864b52fc577aa18a3a289514bc2ce58d4de
- adjusted const decl grammar to reflect spec changes
- first cut at html writer (will do html escaping, html tag production)
- first cut at generating basic html output via pretty
- some cleanups

R=r
OCL=20550
CL=20550
usr/gri/pretty/Makefile
usr/gri/pretty/htmlwriter.go [new file with mode: 0644]
usr/gri/pretty/parser.go
usr/gri/pretty/printer.go
usr/gri/pretty/selftest2.go