summaryrefslogtreecommitdiff
path: root/src/cmd/yacc/yacc.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/yacc: fix handling of tokens that don't start with lettersIan Lance Taylor2014-09-291-5/+9
* cmd/yacc: fix parsing of character tokensRuss Cox2014-09-261-63/+13
* cmd/yacc: gofmt y.goChaiShushan2013-12-181-0/+15
* cmd/yacc: fix stderr on Windows.Shenghou Ma2013-10-191-1/+1
* cmd/yacc: report correct line for 'default action causes potential type clash'Russ Cox2013-09-201-7/+12
* goyacc: Fix debug printing of the lexed token's ID and name, and add whitespa...Jamie Wilkinson2013-09-131-2/+2
* cmd/yacc: don't emit line comment when -l is givenShenghou Ma2013-05-151-4/+10
* build: remove dead codeRuss Cox2013-03-221-1/+0
* cmd/yacc: fix debug print of token nameRuss Cox2012-12-221-3/+4
* all: fix typosShenghou Ma2012-12-191-2/+2
* cmd/yacc: allow utf-8 token valuesRob Pike2012-09-131-50/+60
* cmd/yacc: allow leading underscore in token nameRob Pike2012-09-071-3/+3
* cmd/yacc: always import fmt, safelyRob Pike2012-09-061-11/+119
* all packages: fix various typosRobert Griesemer2012-02-011-1/+1
* cmd/go: first piece of tool rearrangementRob Pike2012-01-291-0/+3324