about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* .Kartik K. Agaram2021-06-081-7/+85
* first test for function modalKartik K. Agaram2021-06-081-6/+41
* .Kartik K. Agaram2021-06-081-37/+33
* .Kartik K. Agaram2021-06-087-72/+99
* stop printing more than one '.' per assertionKartik K. Agaram2021-06-081-6/+12
* shell: first test for entire environmentKartik K. Agaram2021-06-082-6/+77
* fizz-buzz take 2Kartik K. Agaram2021-06-061-11/+24
* reverse-video for cursorKartik K. Agaram2021-06-062-15/+18
* fizz-buzz exerciseKartik K. Agaram2021-06-061-3/+11
* make fake screens more realisticKartik K. Agaram2021-06-061-9/+33
* shell: concept of palettesKartik K. Agaram2021-06-061-13/+8
* growing disenamored with up and downKartik K. Agaram2021-06-061-8/+5
* .Kartik K. Agaram2021-06-061-14/+24
* handle navigating to a non-existent functionKartik K. Agaram2021-06-061-14/+23
* .Kartik Agaram2021-06-061-0/+250
* .Kartik Agaram2021-06-061-0/+18
* .Kartik Agaram2021-06-062-3/+1
* shell: more foundations from LispKartik K. Agaram2021-06-061-0/+44
* .Kartik K. Agaram2021-06-061-1/+3
* .Kartik K. Agaram2021-06-061-4/+4
* .Kartik K. Agaram2021-06-061-4/+6
* nicer onboarding experience with VimKartik K. Agaram2021-06-062-14/+20
* hacky Vim syntax highlighting for Mu LispKartik K. Agaram2021-06-062-1/+34
* shell: fleshing out the 'standard library'Kartik K. Agaram2021-06-062-1/+11
* .Kartik K. Agaram2021-06-061-1/+1
* shell: support negative integer literalsKartik K. Agaram2021-06-063-1/+133
* shell: remainder operationKartik K. Agaram2021-06-061-1/+65
* .Kartik K. Agaram2021-06-061-3/+3
* more space for definitionsKartik K. Agaram2021-06-063-11/+16
* shell: cool new stress-testKartik K. Agaram2021-06-051-2/+10
* .Kartik K. Agaram2021-06-051-36/+84
* .Kartik Agaram2021-06-0515-9176/+10291
* .Kartik K. Agaram2021-06-051-0/+10
* clean up a large memory leakKartik K. Agaram2021-06-052-16/+7
* .Kartik K. Agaram2021-06-051-16/+12
* shell: moar macrosKartik K. Agaram2021-06-051-41/+42
* .Kartik K. Agaram2021-06-051-6/+2
* refresh edited definitions on ctrl-sKartik K. Agaram2021-06-052-2/+57
* .Kartik K. Agaram2021-06-051-2/+12
* go-to dialog starts with word at cursor by defaultKartik K. Agaram2021-06-051-37/+39
* working on jumping to word at cursorKartik K. Agaram2021-06-053-1/+284
* start editing function definitionsKartik K. Agaram2021-06-042-2/+12
* run sandbox even when cursor in functionKartik K. Agaram2021-06-041-0/+7
* bugfix: show functions after ctrl-g, enterKartik K. Agaram2021-06-041-1/+8
* .Kartik K. Agaram2021-06-041-0/+24
* select function to render firstKartik K. Agaram2021-06-042-1/+11
* always render functions starting at the cursorKartik K. Agaram2021-06-041-2/+4
* record the definition the cursor is currently atKartik K. Agaram2021-06-041-1/+10
* conditionally display cursor on function sideKartik K. Agaram2021-06-042-4/+5
* conditionally display cursor in sandboxKartik K. Agaram2021-06-042-35/+45