about summary refs log tree commit diff stats
path: root/cpp/023call_reply
Commit message (Collapse)AuthorAgeFilesLines
* 1072Kartik K. Agaram2015-04-171-72/+0
|
* 1069 - rename record/field to container/elementKartik K. Agaram2015-04-161-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 workKartik K. Agaram2015-04-141-0/+1
| | | | This was a pain to debug.
* 1000Kartik K. Agaram2015-03-311-3/+35
|
* 968Kartik K. Agaram2015-03-241-2/+2
|
* 945 - move 'transform' layer to before 'run'Kartik K. Agaram2015-03-171-0/+39