]> Cypherpunks repositories - gostls13.git/commit
daily snapshot:
authorRobert Griesemer <gri@golang.org>
Fri, 13 Mar 2009 23:59:51 +0000 (16:59 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 13 Mar 2009 23:59:51 +0000 (16:59 -0700)
commitec77e75e5d5430e06ed22cc0886544b568d71687
tree39caa093a0769df0843cd0966fec6a00ca564d28
parent4523ee9ac8873552d6c64472c19d68760955d4a8
daily snapshot:
- various parser fixes to match updated spec (&&, &^=, label decls, const decls)
- using html template for directory and error page in doc server
- show compile errors inplace in the source
- cleanups

R=rsc
OCL=26287
CL=26287
usr/gri/pretty/ast.go
usr/gri/pretty/compilation.go
usr/gri/pretty/dir_template.html [new file with mode: 0644]
usr/gri/pretty/error_template.html [new file with mode: 0644]
usr/gri/pretty/gds.go
usr/gri/pretty/parser.go
usr/gri/pretty/pretty.go
usr/gri/pretty/printer.go
usr/gri/pretty/template.go
usr/gri/pretty/test.sh