1
0
mirror of https://github.com/golang/go synced 2024-11-25 23:07:58 -07:00
go/usr
Robert Griesemer 75a5d6cd2d 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
2009-03-27 19:27:09 -07:00
..
gri Significant parser cleanup: 2009-03-27 19:27:09 -07:00