1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:50:21 -07:00
go/usr/austin/eval
Russ Cox e98412290e interpreter checkpoint.
* generate different versions of binary operators
    for each size of int and float, so that proper
    truncating happens after each operation to
    simulate the various sized ops.
  * add slice expressions
  * publish World.CompileStmtList, CompileDeclList, CompileExpr
  * handle type-less expressions in CompileExpr

R=austin
DELTA=1459  (1327 added, 11 deleted, 121 changed)
OCL=34382
CL=35581
2009-10-11 02:35:53 -07:00
..
abort.go interpreter checkpoint. 2009-10-11 02:35:53 -07:00
bridge.go Rudimentary command shell for Ogle. Hack to prevent linker 2009-09-18 09:11:19 -07:00
compiler.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
eval_test.go interpreter checkpoint. 2009-10-11 02:35:53 -07:00
expr1.go interpreter checkpoint. 2009-10-11 02:35:53 -07:00
expr_test.go convert testing to World. 2009-09-03 16:20:49 -07:00
expr.go interpreter checkpoint. 2009-10-11 02:35:53 -07:00
func.go move abortChan into Thread. 2009-09-02 14:11:40 -07:00
gen.go interpreter checkpoint. 2009-10-11 02:35:53 -07:00
main.go interpreter checkpoint. 2009-10-11 02:35:53 -07:00
Makefile convenience wrapper 2009-09-02 17:15:43 -07:00
scope.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
stmt_test.go interpreter checkpoint. 2009-10-11 02:35:53 -07:00
stmt.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
test.bash script for running test programs in interpreter. 2009-09-04 13:04:11 -07:00
type.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
typec.go s/switch _ :=/switch/ 2009-09-25 09:37:35 -07:00
util.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
value.go Thread Thread into Value Get/Set/Assign so other Value 2009-09-03 17:14:49 -07:00
world.go interpreter checkpoint. 2009-10-11 02:35:53 -07:00