aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/lex/lex_test.go
AgeCommit message (Expand)Author
2020-10-13cmd/asm: reject misplaced go:build commentsRuss Cox
2015-09-21cmd/asm: fix crash triggered by nested #defineRob Pike
2015-09-18asm: handle EOF betterRob Pike
2015-09-04cmd/asm: fix handling of nested #if[n]defsMichael Hudson-Doyle
2015-02-19[dev.cc] cmd/asm: accept #define A /* nothing */Rob Pike
2015-02-17[dev.cc] cmd/asm: fix macro definition bug in the lexerRob Pike
2015-01-30[dev.cc] cmd/asm: handle the case where a macro is named without argumentsRob Pike
2015-01-30[dev.cc] cmd/asm: rewrite the macro processorRob Pike