summaryrefslogtreecommitdiff
path: root/src/pkg/go/parser/parser.go
AgeCommit message (Expand)AuthorFilesLines
2009-07-16ast:Robert Griesemer1-172/+80
2009-07-14- interface and comments cleanupRobert Griesemer1-28/+26
2009-07-14- adjust to new scanner interface (pass filename to Init)Robert Griesemer1-79/+14
2009-07-09Show BUG comments in godoc:Robert Griesemer1-101/+100
2009-07-07Add entry points for parsing statements and expressions.Austin Clements1-20/+68
2009-07-07- ast.FilterExports: filter non-exported anonymous fieldsRobert Griesemer1-1/+1
2009-07-02- store trailing comments after top-level declarations in astRobert Griesemer1-41/+79
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-5/+7
2009-06-15fixed typo (slipped in with previous submit)Robert Griesemer1-1/+1
2009-06-15Support for line comments trailing a field or declaration:Robert Griesemer1-119/+186
2009-06-12removed bogus if-statementRobert Griesemer1-3/+0
2009-06-10- parser bug: return keyword may be followed by case or default keyword as wellRobert Griesemer1-2/+2
2009-06-09mv src/lib to src/pkgRob Pike1-0/+1975