1
0
mirror of https://github.com/golang/go synced 2024-11-22 21:40:03 -07:00
go/usr/austin/eval
Austin Clements 64193fcaa2 Implement switch statement. Can now extract effects from
non-addressable expressions.

R=rsc
APPROVED=rsc
DELTA=241  (202 added, 15 deleted, 24 changed)
OCL=32790
CL=32995
2009-08-10 16:27:54 -07:00
..
compiler.go Implement struct types, selector expressions, and type 2009-08-05 11:49:51 -07:00
decls.go Implement struct types, selector expressions, and type 2009-08-05 11:49:51 -07:00
expr.go Implement switch statement. Can now extract effects from 2009-08-10 16:27:54 -07:00
func.go Flatten the Frame tree. Now each function call produces a 2009-07-29 11:57:46 -07:00
scope.go Implement struct types, selector expressions, and type 2009-08-05 11:49:51 -07:00
stmt.go Implement switch statement. Can now extract effects from 2009-08-10 16:27:54 -07:00
type.go Implement struct types, selector expressions, and type 2009-08-05 11:49:51 -07:00
typec.go Implement struct types, selector expressions, and type 2009-08-05 11:49:51 -07:00
util.go Implement array types and index expressions. 2009-07-20 17:41:40 -07:00
value.go Implement struct types, selector expressions, and type 2009-08-05 11:49:51 -07:00