1
0
mirror of https://github.com/golang/go synced 2024-11-26 18:06:55 -07:00
go/usr/austin/eval
Austin Clements 264641711b Switch back to returning Value from the public expression
interface, but implement it better this time.  Also, work
around a 6g bug in asInterface.

R=rsc
APPROVED=rsc
DELTA=39  (13 added, 1 deleted, 25 changed)
OCL=34211
CL=34217
2009-09-01 16:17:50 -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 Switch back to returning Value from the public expression 2009-09-01 16:17:50 -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