The Go programming language
Go to file
Russ Cox 74e2e087e2 change type names to go live at the name, so that
type T struct {
		next *T
	}

and

	type T *struct {
		next T
	}

are valid without needing forward declarations.

add "type T struct" syntax for forward struct declarations.

add "type T interface" syntax, but commented out
	(need to fix semicolons first)

R=ken
DELTA=452  (259 added, 115 deleted, 78 changed)
OCL=16580
CL=16584
2008-10-06 16:44:17 -07:00
doc - precise scope rules 2008-10-03 14:04:28 -07:00
include acid fixes etc. still not perfect. 2008-09-16 12:33:00 -07: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 change type names to go live at the name, so that 2008-10-06 16:44:17 -07:00
test change type names to go live at the name, so that 2008-10-06 16:44:17 -07:00
usr/gri - fixed Makefile, added more tests 2008-10-01 14:31:44 -07:00