summaryrefslogtreecommitdiff
path: root/usr/austin/eval/stmt_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14move austin/eval and austin/ogle to exp/eval and exp/ogleRuss Cox1-343/+0
R=r OCL=35736 CL=35746
2009-10-11interpreter checkpoint.Russ Cox1-1/+3
* 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-09-03top-level funcRuss Cox1-0/+3
R=austin DELTA=21 (5 added, 10 deleted, 6 changed) OCL=34355 CL=34355
2009-09-03convert testing to World.Russ Cox1-151/+152
start on Decl, but not working yet R=austin DELTA=762 (201 added, 205 deleted, 356 changed) OCL=34335 CL=34349
2009-09-02move abortChan into Thread.Russ Cox1-1/+1
reuse Thread in function calls. R=austin DELTA=59 (8 added, 7 deleted, 44 changed) OCL=34266 CL=34266
2009-09-01add generator for expr1.goRuss Cox1-1/+1
R=austin DELTA=959 (404 added, 99 deleted, 456 changed) OCL=34214 CL=34237
2009-09-01Interpreter unit tests for statements and expressionsAustin Clements1-0/+337
R=rsc APPROVED=rsc DELTA=1003 (1003 added, 0 deleted, 0 changed) OCL=34223 CL=34227