Age | Commit message (Expand) | Author | Files | Lines |
2009-10-14 | move austin/eval and austin/ogle to exp/eval and exp/ogle | Russ Cox | 1 | -731/+0 |
2009-09-03 | Thread Thread into Value Get/Set/Assign so other Value | Austin Clements | 1 | -135/+135 |
2009-09-02 | s/vm/Thread/ | Russ Cox | 1 | -1/+1 |
2009-08-28 | Split decls.go up, taking advantage of whole-package | Austin Clements | 1 | -0/+115 |
2009-08-27 | Utilities to bridge native types and functions into | Austin Clements | 1 | -0/+9 |
2009-08-24 | Make it only necessary to exit blocks, not scopes. Allow | Austin Clements | 1 | -1/+1 |
2009-08-21 | Implement map types | Austin Clements | 1 | -0/+63 |
2009-08-17 | Implement slice types | Austin Clements | 1 | -0/+36 |
2009-08-12 | Convert interpreter to whole-package compilation. | Austin Clements | 1 | -119/+0 |
2009-08-05 | Implement struct types, selector expressions, and type | Austin Clements | 1 | -2/+45 |
2009-07-31 | Implement var declarations. Variables, constants, and types now carry | Austin Clements | 1 | -2/+2 |
2009-07-27 | Implement multi-valued functions, multi-valued return, and | Austin Clements | 1 | -0/+32 |
2009-07-27 | Implement single-valued, non-variadic function literals and | Austin Clements | 1 | -29/+71 |
2009-07-21 | Cleanup of Type/Value interface. Add Type.ZeroVal, replace | Austin Clements | 1 | -112/+123 |
2009-07-20 | Implement array types and index expressions. | Austin Clements | 1 | -0/+27 |
2009-07-15 | Make Value always represent an l-value and never a generic | Austin Clements | 1 | -2/+7 |
2009-07-15 | Beginnings of a Go interpreter. This implements basic and | Austin Clements | 1 | -0/+467 |