]> Cypherpunks repositories - gostls13.git/commit
move generated code into its own file.
authorRuss Cox <rsc@golang.org>
Tue, 1 Sep 2009 18:51:33 +0000 (11:51 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 1 Sep 2009 18:51:33 +0000 (11:51 -0700)
commit8c7eb442494065e7926eb59405a2c6323cd4d864
tree87ca176cc651113f79629eed02135a7943859c20
parentdd87082ab80059a0c4d04ca6605f15ce19ac1a89
move generated code into its own file.
simplify expr by merging all simple eval functions
into a single eval interface{}.

R=austin
DELTA=1597  (730 added, 780 deleted, 87 changed)
OCL=34182
CL=34198
usr/austin/eval/Makefile
usr/austin/eval/expr.go
usr/austin/eval/expr1.go [new file with mode: 0644]
usr/austin/eval/stmt.go