The Go programming language
Go to file
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
doc fix last 3 references to 'type guards' 2009-03-30 16:08:41 -07:00
include libmach: 2009-02-03 15:00:09 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src use separate lex buf for better errors: 2009-04-02 17:59:09 -07:00
test test for and fix bug involving reflect v.Interface() and ==. 2009-03-31 17:33:04 -07:00
usr/gri - adjustments for changed AST 2009-04-02 15:58:58 -07:00