summaryrefslogtreecommitdiff
path: root/usr/austin/eval/compiler.go
AgeCommit message (Expand)AuthorFilesLines
2009-07-29Flatten the Frame tree. Now each function call produces aAustin Clements1-10/+7
2009-07-28Implement if, for (modulo ranges), break, continue, increment,Austin Clements1-2/+16
2009-07-27Implement multi-valued functions, multi-valued return, andAustin Clements1-1/+5
2009-07-27Implement single-valued, non-variadic function literals andAustin Clements1-0/+79