1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:30:13 -06:00
go/usr/austin
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
..
eval interpreter checkpoint. 2009-10-11 02:35:53 -07:00
ogle clean more 2009-10-03 10:38:03 -07:00