summaryrefslogtreecommitdiff
path: root/src/pkg/exp/parser/interface.go
AgeCommit message (Expand)AuthorFilesLines
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer1-203/+0
2010-02-16remove assumption that all files belonging to a package are in the same direc...Robert Griesemer1-3/+4
2010-01-27More steps towards tracking of identifier scopes.Robert Griesemer1-1/+1
2010-01-15 Steps towards tracking scopes for identifiers.Robert Griesemer1-3/+3
2009-12-16Don't ignore flags controlling the amount of source code parsedRobert Griesemer1-5/+5
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-41/+41
2009-12-10rename exp/parser package to oldParserRobert Griesemer1-1/+1
2009-12-10- unmodified copy of existing go/parser, not yet hooked upRobert Griesemer1-0/+202