summaryrefslogtreecommitdiff
path: root/usr/gri/pretty/htmlwriter.go
AgeCommit message (Collapse)AuthorFilesLines
2008-12-10Snapshot:Robert Griesemer1-69/+0
- fixed html tag generation - simplified html escaping machinery (not 100% correct for strings yet) - can now produce the first mostly correct formatted html pages from source with (fake) links: e.g. pretty -html srcfile.go > srcfile.html R=r OCL=20915 CL=20915
2008-12-09- snapshot if current stateRobert Griesemer1-8/+34
- fix pretty printer to work with new tabwriter interface R=r OCL=20854 CL=20854
2008-12-04- adjusted const decl grammar to reflect spec changesRobert Griesemer1-0/+43
- 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