1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg/ebnf
Robert Griesemer b2658452a6 go/scanner: return literal as string instead of []byte
Removed many string conversions in dependent code.
Runs all tests. No change to gofmt output.

R=r
CC=golang-dev
https://golang.org/cl/4291070
2011-03-28 16:44:28 -07:00
..
ebnf_test.go go/printer, gofmt: smarter handling of multi-line raw strings 2011-02-04 17:34:16 -08:00
ebnf.go go/ast: use token.Pos instead of token.Position; adjust all dependent code 2010-12-06 14:23:18 -08:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
parser.go go/scanner: return literal as string instead of []byte 2011-03-28 16:44:28 -07:00