Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1072 | Kartik K. Agaram | 2015-04-17 | 1 | -117/+0 |
| | |||||
* | 1069 - rename record/field to container/element | Kartik K. Agaram | 2015-04-16 | 1 | -2/+2 |
| | | | | | | | | | This seems more obvious to laypeople. I've also come up with a design for sum types: I'm going to call them exclusive containers. You call 'get' on containers, 'index' on arrays, and 'maybe-convert' on exclusive containers (as well as tagged types, but that's even later). | ||||
* | 1035 | Kartik K. Agaram | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | 988 - those replace{} directives were a bad idea | Kartik K. Agaram | 2015-03-27 | 1 | -48/+4 |
| | |||||
* | 979 | Kartik K. Agaram | 2015-03-26 | 1 | -7/+3 |
| | |||||
* | 977 | Kartik K. Agaram | 2015-03-26 | 1 | -1/+0 |
| | |||||
* | 976 | Kartik K. Agaram | 2015-03-26 | 1 | -31/+4 |
| | |||||
* | 973 | Kartik K. Agaram | 2015-03-26 | 1 | -5/+3 |
| | |||||
* | 972 | Kartik K. Agaram | 2015-03-26 | 1 | -1/+2 |
| | |||||
* | 971 | Kartik K. Agaram | 2015-03-25 | 1 | -3/+7 |
| | |||||
* | 968 | Kartik K. Agaram | 2015-03-24 | 1 | -5/+5 |
| | |||||
* | 966 - c++: starting on default-space | Kartik K. Agaram | 2015-03-21 | 1 | -2/+5 |
| | |||||
* | 965 | Kartik K. Agaram | 2015-03-21 | 1 | -4/+16 |
| | |||||
* | 959 | Kartik K. Agaram | 2015-03-20 | 1 | -0/+1 |
| | |||||
* | 952 | Kartik K. Agaram | 2015-03-18 | 1 | -1/+0 |
| | |||||
* | 949 - paving the way for jumps to labels | Kartik K. Agaram | 2015-03-17 | 1 | -15/+13 |
| | | | | Addresses for reagents are now computed after all transforms. | ||||
* | 945 - move 'transform' layer to before 'run' | Kartik K. Agaram | 2015-03-17 | 1 | -0/+177 |