Russ Cox 58f5f4f18d use separate lex buf for better errors:
package main
func main() { func(){}() + + }

x.go:2: syntax error near _f001

becomes

x.go:2: syntax error near func

R=ken
OCL=27047
CL=27047
2009-04-02 17:59:09 -07:00
2009-02-03 15:00:09 -08:00
2009-04-02 15:58:58 -07:00
Description
The Go programming language
BSD-3-Clause 600 MiB
Languages
Go 94.3%
Assembly 5.3%
C 0.2%
Shell 0.1%