summaryrefslogtreecommitdiff
path: root/usr/austin/eval/util.go
AgeCommit message (Expand)AuthorFilesLines
2009-10-14move austin/eval and austin/ogle to exp/eval and exp/ogleRuss Cox1-39/+0
2009-09-24Fix declared and not used errors and unused import errors inAustin Clements1-2/+0
2009-08-12Convert interpreter to whole-package compilation.Austin Clements1-1/+0
2009-07-20Implement array types and index expressions.Austin Clements1-8/+0
2009-07-15Beginnings of a Go interpreter. This implements basic andAustin Clements1-0/+50