]> Cypherpunks repositories - gostls13.git/commit
Clean up the statement and expression public interfaces. The
authorAustin Clements <aclements@csail.mit.edu>
Tue, 1 Sep 2009 21:16:51 +0000 (14:16 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Tue, 1 Sep 2009 21:16:51 +0000 (14:16 -0700)
commit3dfbfdabce926630af51f68cb2f6d7aec6491ec1
tree8101565884e509b5ff546c384fd4f3044fc3e55b
parent27c4e7e74e5601b33f3f95357cb1d04b54179760
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
usr/austin/eval/expr.go
usr/austin/eval/stmt.go