summaryrefslogtreecommitdiff
path: root/src/cmd/goyacc/doc.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-46/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+46
2011-09-13Imported Upstream version 60Ondřej Surý1-46/+0
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-2/+10
2010-05-17Add Error member to yyLexer type (yyErrorRoger Peppe1-0/+2
has no access to yylex) R=ken2, ken3 CC=golang-dev http://codereview.appspot.com/813047 Committer: Ken Thompson <ken@golang.org>
2010-04-06Change goyacc to be reentrant.Roger Peppe1-0/+13
Instead of calling the package scope Lex function, Parse now takes an argument which is used to do the lexing. I reverted to having the generated switch code inside Parse rather than a separate function because the function needs 7 arguments or a context structure, which seems unnecessary. I used yyrun(), not the original $A so that it's possible to run the backquoted code through gofmt. R=rsc, ken2, ken3 CC=golang-dev http://codereview.appspot.com/879041 Committer: Ken Thompson <ken@golang.org>
2009-11-09tweak documentation of commandsRuss Cox1-2/+2
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034
2009-11-05gofmt'ed src/cmdRobert Griesemer1-1/+1
R=rsc http://go/go-review/1024004
2009-11-03make goyacc and units.y work again (minor tweaks).Rob Pike1-0/+23
document goyacc a little. R=rsc CC=go-dev http://go/go-review/1017024