summaryrefslogtreecommitdiff
path: root/usr/austin/eval/func.go
AgeCommit message (Expand)AuthorFilesLines
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