1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/usr/austin/eval
Austin Clements 9a36b8087c Make it only necessary to exit blocks, not scopes. Allow
variables to be given initial values in some cases, to make
building global scopes more convenient.

R=rsc
APPROVED=rsc
DELTA=29  (17 added, 0 deleted, 12 changed)
OCL=33760
CL=33766
2009-08-24 13:48:16 -07:00
..
compiler.go Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
decls.go Make it only necessary to exit blocks, not scopes. Allow 2009-08-24 13:48:16 -07:00
expr.go Make it only necessary to exit blocks, not scopes. Allow 2009-08-24 13:48:16 -07:00
func.go Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
Makefile Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
scope.go Make it only necessary to exit blocks, not scopes. Allow 2009-08-24 13:48:16 -07:00
stmt.go Implement map types 2009-08-21 18:37:38 -07:00
type.go Implement map types 2009-08-21 18:37:38 -07:00
typec.go Implement map types 2009-08-21 18:37:38 -07:00
util.go Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
value.go Make it only necessary to exit blocks, not scopes. Allow 2009-08-24 13:48:16 -07:00