1
0
mirror of https://github.com/golang/go synced 2024-11-23 01:50:04 -07:00
go/usr/austin/eval
Austin Clements ad9fabd769 Interpreter unit tests for statements and expressions
R=rsc
APPROVED=rsc
DELTA=1003  (1003 added, 0 deleted, 0 changed)
OCL=34223
CL=34227
2009-09-01 17:21:44 -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
eval_test.go Interpreter unit tests for statements and expressions 2009-09-01 17:21:44 -07:00
expr1.go move generated code into its own file. 2009-09-01 11:51:33 -07:00
expr_test.go Interpreter unit tests for statements and expressions 2009-09-01 17:21:44 -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_test.go Interpreter unit tests for statements and expressions 2009-09-01 17:21:44 -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