The Go programming language
Go to file
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
doc - minor tweak to composite literal production: 2009-03-27 13:43:28 -07:00
include libmach: 2009-02-03 15:00:09 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src - have explicit KeyValueExpr node instead of BinaryExpr ':' (as discussed) 2009-03-27 19:26:03 -07:00
test golden 2009-03-24 16:47:33 -07:00
usr/gri Significant parser cleanup: 2009-03-27 19:27:09 -07:00