about summary refs log tree commit diff stats
path: root/cpp/090debug
Commit message (Collapse)AuthorAgeFilesLines
* 1073 - stop fixing the values of primitive recipesKartik K. Agaram2015-04-171-1/+2
| | | | | In the process I give up trace stability when I move files around, but I gain in exchange the ability to move files around.
* 1069 - rename record/field to container/elementKartik K. Agaram2015-04-161-1/+1
| | | | | | | | | 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).
* 1065 - example program for closuresKartik K. Agaram2015-04-141-3/+3
|
* 1063 - variable names for surrounding spaces now workKartik K. Agaram2015-04-141-0/+2
| | | | This was a pain to debug.
* 1005Kartik K. Agaram2015-04-031-1/+8
|
* 988 - those replace{} directives were a bad ideaKartik K. Agaram2015-03-271-1/+0
|
* 955Kartik K. Agaram2015-03-181-0/+13