summaryrefslogtreecommitdiff
path: root/usr/austin/eval/func.go
AgeCommit message (Expand)AuthorFilesLines
2009-10-14move austin/eval and austin/ogle to exp/eval and exp/ogleRuss Cox1-89/+0
2009-09-02move abortChan into Thread.Russ Cox1-5/+10
2009-09-02s/vm/Thread/Russ Cox1-8/+7
2009-08-12Convert interpreter to whole-package compilation.Austin Clements1-5/+0
2009-07-29Flatten the Frame tree. Now each function call produces aAustin Clements1-10/+6
2009-07-28Implement if, for (modulo ranges), break, continue, increment,Austin Clements1-0/+4
2009-07-27Fix bug where nothing could ever be added to a code buffer.Austin Clements1-2/+2
2009-07-27Implement single-valued, non-variadic function literals andAustin Clements1-0/+90