1
0
mirror of https://github.com/golang/go synced 2024-10-03 04:21:22 -06:00
The Go programming language
Go to file
Russ Cox 0dadc4fe4f cleanup in preparation for new scoping.
walkstate -> walkstmt
walktype -> walkexpr; stmts moved to walkstmt

walktype and friends have a final Node **init
argument that can have side effects appended,
making it more explicit when they do and do not happen.
this replaces the old global addtop and addtotop.

delete switch map and interface conversion cases
(dropped from the language months ago).

R=ken
OCL=31465
CL=31468
2009-07-10 16:29:26 -07:00
doc - mark actual EBNF with pre-formatted class "ebnf" instead of "grammar" 2009-07-10 16:06:40 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib/godoc no longer necessary; directory not empty anymore 2009-07-09 16:44:20 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src cleanup in preparation for new scoping. 2009-07-10 16:29:26 -07:00
test bug168 (dsymonds) + fix 2009-07-09 12:08:50 -07:00
usr Give ptrace code a real home. 2009-07-09 17:35:32 -07:00