about summary refs log tree commit diff stats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
...
* more robust print-cellKartik K. Agaram2021-05-191-18/+160
* disallow null tracesKartik K. Agaram2021-05-198-153/+425
* .Kartik K. Agaram2021-05-191-1/+1
* .Kartik K. Agaram2021-05-191-2/+2
* .Kartik K. Agaram2021-05-191-6/+6
* shell: traces track a maximum depth to recordKartik K. Agaram2021-05-193-33/+44
* shell: depth 0 as the check for errorsKartik K. Agaram2021-05-191-14/+17
* shell: start traces at depth 1 rather than 0Kartik K. Agaram2021-05-191-57/+59
* shell: clean up trace for macroexpandKartik K. Agaram2021-05-182-0/+7
* shell: add a lot of error-checkingKartik K. Agaram2021-05-183-1/+158
* shell: roll back a change to the 'when' macroKartik K. Agaram2021-05-151-2/+2
* A 'bowboard', a chessboard of rainbow circlesKartik K. Agaram2021-05-081-23/+31
* a full-circle rainbowKartik K. Agaram2021-05-082-3/+30
* new shell macro: doKartik K. Agaram2021-05-071-2/+3
* all apps working again after null get checkKartik K. Agaram2021-05-072-2/+34
* .Kartik K. Agaram2021-05-072-39/+39
* an often-overflowing stream when running brcircleKartik K. Agaram2021-05-072-1/+3
* .Kartik K. Agaram2021-05-072-6/+8
* some boot-time heartbeat messagesKartik K. Agaram2021-05-072-1/+20
* .Kartik K. Agaram2021-05-071-19/+19
* clean up all definitionsKartik K. Agaram2021-05-071-21/+20
* clean up chessboardKartik K. Agaram2021-05-072-11/+15
* clean up read_lineKartik K. Agaram2021-05-071-9/+6
* clean up Bresenham line-drawingKartik K. Agaram2021-05-072-26/+54
* .Kartik K. Agaram2021-05-071-6/+6
* no, we need hline1 for fill_rectKartik K. Agaram2021-05-071-8/+10
* clean up hline and vlineKartik K. Agaram2021-05-071-10/+10
* starting to implement first macrosKartik K. Agaram2021-05-074-0/+20
* give up on nested backquotes for nowKartik K. Agaram2021-05-072-7/+82
* macros almost doneKartik K. Agaram2021-05-061-23/+69
* some more casesKartik K. Agaram2021-05-061-11/+60
* first passing test for macroexpandKartik K. Agaram2021-05-065-40/+240
* more paranoia in shell/globals.muKartik K. Agaram2021-05-061-0/+48
* shell: macroexpand outermost callKartik K. Agaram2021-05-062-1/+65
* literal macrosKartik K. Agaram2021-05-061-0/+28
* .Kartik K. Agaram2021-05-061-2/+15
* back to macros; switch macroexpand to operate in placeKartik K. Agaram2021-05-062-20/+9
* belatedly migrate stale example definitionsKartik K. Agaram2021-05-063-93/+97
* .Kartik K. Agaram2021-05-061-4/+21
* .Kartik K. Agaram2021-05-042-0/+41
* .Kartik K. Agaram2021-05-042-3/+25
* .Kartik K. Agaram2021-05-041-1/+1
* shell: start implementing macrosKartik K. Agaram2021-05-042-1/+7
* .Kartik K. Agaram2021-05-041-6/+6
* shell: unquote spliceKartik K. Agaram2021-05-042-1/+121
* shell: unquoteKartik K. Agaram2021-05-041-2/+78
* shell: start evaluating backquoteKartik K. Agaram2021-05-031-0/+146
* .Kartik K. Agaram2021-05-031-63/+63
* .Kartik K. Agaram2021-05-031-0/+21
* .Kartik K. Agaram2021-05-031-1/+1