about summary refs log tree commit diff stats
path: root/cpp/.traces/copy_handles_nested_container_elements
Commit message (Collapse)AuthorAgeFilesLines
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-40/+0
| | | | I've tried to update the Readme, but there are at least a couple of issues.
* 1246Kartik K. Agaram2015-05-031-4/+4
|
* 1225Kartik K. Agaram2015-04-291-0/+4
| | | | Finally start tracing the actual instructions as they run.
* 1223 - more stable traces for parse scenariosKartik K. Agaram2015-04-291-4/+4
|
* 1194Kartik K. Agaram2015-04-241-0/+1
|
* 1184 - finally, concurrencyKartik K. Agaram2015-04-241-0/+1
|
* 1069 - rename record/field to container/elementKartik K. Agaram2015-04-161-0/+34
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).