go/src/cmd/compile/internal/syntax
Robert Griesemer 1693e7b6f2 cmd/compile/internal/syntax: better errors and recovery for invalid character literals
Fixes #15611.

Change-Id: I352b145026466cafef8cf87addafbd30716bda24
Reviewed-on: https://go-review.googlesource.com/37138
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2017-02-16 21:46:43 +00:00
..
dumper.go cmd/compile/internal/syntax: fast Go syntax trees, initial commit. 2016-08-18 21:33:38 +00:00
dumper_test.go [dev.inline] cmd/internal/src: replace src.Pos with syntax.Pos 2017-01-09 22:33:23 +00:00
nodes.go cmd/compile/internal/syntax: establish principled position information 2017-02-15 01:33:03 +00:00
nodes_test.go cmd/compile/internal/syntax: establish principled position information 2017-02-15 01:33:03 +00:00
parser.go cmd/compile/internal/syntax: establish principled position information 2017-02-15 01:33:03 +00:00
parser_test.go cmd/compile/internal/syntax: compiler directives must start at beginning of line 2017-02-15 06:49:21 +00:00
printer.go [dev.typealias] cmd/compile: recognize type aliases but complain for now (not yet supported) 2017-01-10 00:10:11 +00:00
printer_test.go all: merge dev.inline into master 2017-02-01 09:47:23 -05:00
scanner.go cmd/compile/internal/syntax: better errors and recovery for invalid character literals 2017-02-16 21:46:43 +00:00
scanner_test.go cmd/compile/internal/syntax: better errors and recovery for invalid character literals 2017-02-16 21:46:43 +00:00
source.go [dev.inline] cmd/compile/internal/syntax: report byte offset rather then rune count for column value 2016-12-09 23:34:24 +00:00
syntax.go [dev.inline] cmd/internal/src: replace src.Pos with syntax.Pos 2017-01-09 22:33:23 +00:00
tokens.go Revert "cmd/compile/internal/syntax: support for alias declarations" 2016-11-05 00:46:39 +00:00