summaryrefslogtreecommitdiff
path: root/src/cmd/yacc
Commit message (Expand)AuthorAgeFilesLines
* cmd/yacc: fix handling of tokens that don't start with lettersIan Lance Taylor2014-09-292-5/+11
* cmd/yacc: fix parsing of character tokensRuss Cox2014-09-261-63/+13
* cmd/yacc: move cmd/yacc/expr to cmd/yacc/testdata/exprRuss Cox2014-09-064-2/+3
* cmd/yacc: remove Makefile and build expr using go generateRob Pike2014-08-244-17/+35
* cmd/yacc: expr example support windowsChaiShushan2013-12-192-4/+6
* 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: replace units example with simpler expr exampleIan Lance Taylor2013-09-115-1352/+211
* all: fix typosShenghou Ma2013-06-091-1/+1
* 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/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+1
* cmd/yacc: fix debug print of token nameRuss Cox2012-12-222-3/+9
* all: fix typosShenghou Ma2012-12-191-2/+2
* cmd/yacc: allow utf-8 token valuesRob Pike2012-09-132-53/+63
* cmd/yacc: allow leading underscore in token nameRob Pike2012-09-072-8/+8
* cmd/yacc: always import fmt, safelyRob Pike2012-09-061-11/+119
* cmd/yacc/units.txt: fix exchange ratesAndrew Balholm2012-08-291-52/+52
* cmd/yacc: spring cleaning for units.yBenny Siegert2012-04-091-7/+7
* cmd: update formatting of usage messagesAndrew Gerrand2012-03-051-2/+5
* cmd/yacc/units.y: update comment, give better error messages when $GOROOT not...Shenghou Ma2012-02-262-4/+11
* all packages: fix various typosRobert Griesemer2012-02-011-1/+1
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-14/+3
* cmd/go: first piece of tool rearrangementRob Pike2012-01-295-0/+4725