summaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/lex
Commit message (Expand)AuthorAgeFilesLines
* cmd/internal/objabi: extract shared functionality from objMatthew Dempsky2017-04-191-2/+2
* [dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer2017-01-095-78/+74
* cmd/asm: fix EOF message on operand parsing errors.Tal Shprecher2016-02-252-2/+2
* cmd/asm/internal/lex: format error correctlyDominik Honnef2015-11-081-1/+1
* cmd/asm: fix crash triggered by nested #defineRob Pike2015-09-212-2/+39
* asm: handle EOF betterRob Pike2015-09-182-0/+85
* cmd/asm: fix handling of nested #if[n]defsMichael Hudson-Doyle2015-09-042-4/+115
* cmd/internal/obj: update callers to Linkline{fmt,hist} and removeMatthew Dempsky2015-05-152-6/+3
* [dev.cc] cmd/asm: add end-to-end testRob Pike2015-02-211-0/+5
* [dev.cc] cmd/asm: accept #define A /* nothing */Rob Pike2015-02-192-1/+6
* [dev.cc] cmd/asm: fix macro definition bug in the lexerRob Pike2015-02-176-1/+40
* [dev.cc] cmd/asm: final fixups for correct assembly of runtime, the last pack...Rob Pike2015-02-111-2/+3
* [dev.cc] cmd/asm: rewrite to work with new obj APIRob Pike2015-02-092-9/+3
* [dev.cc] asm: fix handling of statics (data<>) and symbolsRob Pike2015-02-032-1/+5
* [dev.cc] cmd/asm: fix a few minor issuesRob Pike2015-02-021-1/+3
* [dev.cc] cmd/asm: handle the case where a macro is named without argumentsRob Pike2015-01-303-19/+53
* [dev.cc] cmd/asm: rewrite the macro processorRob Pike2015-01-303-29/+170
* [dev.cc] cmd/asm: fix the expression parser and add testsRob Pike2015-01-282-4/+4
* [dev.cc] cmd/asm: changes to get identical output as new6aRob Pike2015-01-243-5/+16
* [dev.cc] cmd/asm: add lex internal packageRob Pike2015-01-235-0/+806