1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/usr/austin/eval
Austin Clements 3dfbfdabce Clean up the statement and expression public interfaces. The
only visible change is that evaluating an expression returns a
interface{} instead of a Value.

R=rsc
APPROVED=rsc
DELTA=60  (15 added, 26 deleted, 19 changed)
OCL=34206
CL=34208
2009-09-01 14:16:51 -07:00
..
abort.go Implement cap, len, and make, as well as the general framework 2009-08-28 18:03:03 -07:00
bridge.go Give NamedTypes a public interface 2009-08-28 12:45:30 -07:00
compiler.go Split decls.go up, taking advantage of whole-package 2009-08-28 18:25:56 -07:00
expr1.go move generated code into its own file. 2009-09-01 11:51:33 -07:00
expr.go Clean up the statement and expression public interfaces. The 2009-09-01 14:16:51 -07:00
func.go Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
Makefile move generated code into its own file. 2009-09-01 11:51:33 -07:00
scope.go Split decls.go up, taking advantage of whole-package 2009-08-28 18:25:56 -07:00
stmt.go Clean up the statement and expression public interfaces. The 2009-09-01 14:16:51 -07:00
type.go Split decls.go up, taking advantage of whole-package 2009-08-28 18:25:56 -07:00
typec.go Implement cap, len, and make, as well as the general framework 2009-08-28 18:03:03 -07:00
util.go Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
value.go Split decls.go up, taking advantage of whole-package 2009-08-28 18:25:56 -07:00