Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1072 | Kartik K. Agaram | 2015-04-17 | 1 | -72/+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). | ||||
* | 1063 - variable names for surrounding spaces now work | Kartik K. Agaram | 2015-04-14 | 1 | -0/+1 |
| | | | | This was a pain to debug. | ||||
* | 1000 | Kartik K. Agaram | 2015-03-31 | 1 | -3/+35 |
| | |||||
* | 968 | Kartik K. Agaram | 2015-03-24 | 1 | -2/+2 |
| | |||||
* | 945 - move 'transform' layer to before 'run' | Kartik K. Agaram | 2015-03-17 | 1 | -0/+39 |