1
0
mirror of https://github.com/golang/go synced 2024-09-25 05:20:13 -06:00
go/usr
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
..
austin interpreter checkpoint. 2009-10-11 02:35:53 -07:00
dsymonds/iterable last round: non-package code 2009-09-15 12:42:24 -07:00
rsc add comment about C API. 2009-10-02 18:07:27 -07:00