summaryrefslogtreecommitdiff
path: root/usr/austin/eval/abort.go
AgeCommit message (Expand)AuthorFilesLines
2009-10-14move austin/eval and austin/ogle to exp/eval and exp/ogleRuss Cox1-91/+0
2009-10-11interpreter checkpoint.Russ Cox1-0/+8
2009-09-02move abortChan into Thread.Russ Cox1-21/+17
2009-09-02s/vm/Thread/Russ Cox1-12/+12
2009-08-28Implement cap, len, and make, as well as the general frameworkAustin Clements1-1/+17
2009-08-28Implement runtime errors, divide-by-zero checking, nil pointerAustin Clements1-0/+71