1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/cmd/asm/internal/lex
Rob Pike 634049dbe6 [dev.cc] cmd/asm: add end-to-end test
Add trivial golden test that verifies output matches expectation.
The input is based on the old grammar and is intended to cover
the space of the input language.

PPC64 and ARM only for now; others to follow.

Change-Id: Ib5957822bcafd5b9d4c1dea1c03cc6ee1238f7ef
Reviewed-on: https://go-review.googlesource.com/5421
Reviewed-by: Russ Cox <rsc@golang.org>
2015-02-21 02:02:23 +00:00
..
input.go [dev.cc] cmd/asm: accept #define A /* nothing */ 2015-02-19 21:06:51 +00:00
lex_test.go [dev.cc] cmd/asm: accept #define A /* nothing */ 2015-02-19 21:06:51 +00:00
lex.go [dev.cc] cmd/asm: add end-to-end test 2015-02-21 02:02:23 +00:00
slice.go [dev.cc] cmd/asm: fix macro definition bug in the lexer 2015-02-17 03:37:01 +00:00
stack.go [dev.cc] cmd/asm: fix macro definition bug in the lexer 2015-02-17 03:37:01 +00:00
tokenizer.go [dev.cc] cmd/asm: fix macro definition bug in the lexer 2015-02-17 03:37:01 +00:00