summaryrefslogtreecommitdiff
path: root/usr/austin/eval/scope.go
AgeCommit message (Expand)AuthorFilesLines
2009-07-29Flatten the Frame tree. Now each function call produces aAustin Clements1-87/+74
2009-07-27Implement single-valued, non-variadic function literals andAustin Clements1-11/+65
2009-07-21Cleanup of Type/Value interface. Add Type.ZeroVal, replaceAustin Clements1-4/+25
2009-07-15Make Value always represent an l-value and never a genericAustin Clements1-0/+7
2009-07-15Beginnings of a Go interpreter. This implements basic andAustin Clements1-0/+54