]> Cypherpunks repositories - gostls13.git/commit
Significant parser cleanup:
authorRobert Griesemer <gri@golang.org>
Sat, 28 Mar 2009 02:27:09 +0000 (19:27 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 28 Mar 2009 02:27:09 +0000 (19:27 -0700)
commit75a5d6cd2dab313f21face3decfaa4f5be23d088
treefeff80ddb0f03d02bea7f513e90e1896eb566113
parent7cba8e6f72279f8dc9e35ea0e10c7deb3706a744
Significant parser cleanup:
- commented public interface
- much better and very precise error messages
- much better tracing output
- many more checks (still permits more than just syntactically legal
  programs, but much more is checked that can be checked w/o semantic information)
- updated with respect to updated AST
- general cleanup throughout

Parser almost ready for move into lib/go.

R=r
OCL=26853
CL=26855
usr/gri/pretty/compilation.go
usr/gri/pretty/parser.go
usr/gri/pretty/printer.go