1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/usr
Austin Clements 709e75e3a1 Implement if, for (modulo ranges), break, continue, increment,
and decrement.  blockCompilers now form a tree the mimics the
nesting of scopes and provide convenient ways to enter and
exit scopes.  blockCompilers also track the break and continue
PC for the current block.  The statement testing interface now
works in lists of statements, which simplifies a bunch of
things.

R=rsc
APPROVED=rsc
DELTA=401  (335 added, 44 deleted, 22 changed)
OCL=32308
CL=32317
2009-07-28 14:37:06 -07:00
..
austin Implement if, for (modulo ranges), break, continue, increment, 2009-07-28 14:37:06 -07:00
dsymonds/iterable minor cleanup, not required by compiler changes 2009-05-08 10:14:55 -07:00
gri/pretty Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00