about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* shell: fake screensKartik K. Agaram2021-04-102-0/+14
* .Kartik K. Agaram2021-04-101-54/+54
* shell: render fake screensKartik K. Agaram2021-04-103-29/+149
* .Kartik K. Agaram2021-04-101-1/+1
* shell: start of 'print' primitiveKartik K. Agaram2021-04-105-13/+125
* shell: structural equality checkKartik K. Agaram2021-04-094-3/+52
* shell: ifKartik K. Agaram2021-04-091-0/+41
* shell: highlight matching paren for cursorKartik K. Agaram2021-04-092-17/+301
* shell: highlight matching close-parenKartik K. Agaram2021-04-093-3/+114
* .Kartik K. Agaram2021-04-091-10/+6
* shell: render primitives at the bottomKartik K. Agaram2021-04-081-2/+44
* .Kartik K. Agaram2021-04-082-2/+5
* shell: start rendering globalsKartik K. Agaram2021-04-082-1/+38
* shell: create space to display globalsKartik K. Agaram2021-04-084-5/+61
* shell: ctrl-u to clear sandboxKartik K. Agaram2021-04-061-4/+14
* shell: 'set' for defining globalsKartik K. Agaram2021-04-062-0/+62
* shell: quoteKartik K. Agaram2021-04-064-0/+76
* shell: now we can start adding primitivesKartik K. Agaram2021-04-062-0/+314
* shell: look up globalsKartik K. Agaram2021-04-062-31/+53
* shell: extensible array of globalsKartik K. Agaram2021-04-054-95/+151
* .Kartik K. Agaram2021-04-051-1/+1
* shell: save repl input to disk before runningKartik K. Agaram2021-04-052-24/+31
* shell: ctrl-a/eKartik K. Agaram2021-04-051-0/+12
* support for arrow keysKartik K. Agaram2021-04-054-4/+67
* undo previous commitKartik K. Agaram2021-04-055-149/+123
* snapshot: stupid debugging sessionKartik K. Agaram2021-04-056-123/+152
* shell: clean up unimplemented menu itemsKartik K. Agaram2021-04-052-17/+0
* .Kartik K. Agaram2021-04-051-0/+0
* .Kartik Agaram2021-04-051-1/+1
* .Kartik Agaram2021-04-041-7/+9
* make online help more obviousKartik Agaram2021-04-042-0/+8
* delete some obsolete filesKartik Agaram2021-04-043-54/+0
* .Kartik K. Agaram2021-04-021-2/+2
* .Kartik K. Agaram2021-04-021-0/+283
* some hacky checks for common errorsKartik K. Agaram2021-03-313-0/+29
* .Kartik K. Agaram2021-03-311-1/+1
* .Kartik Agaram2021-03-2941-131/+106
* .Kartik Agaram2021-03-291-1/+1
* .Kartik K. Agaram2021-03-281-6/+6
* .Kartik K. Agaram2021-03-281-0/+2
* .Kartik K. Agaram2021-03-281-2/+20
* always acknowledge enabled interruptsKartik K. Agaram2021-03-281-2/+17
* .Kartik K. Agaram2021-03-272-2/+2
* .Kartik K. Agaram2021-03-271-2/+24
* .Kartik K. Agaram2021-03-271-169/+0
* explicitly pass data disk to mainKartik K. Agaram2021-03-2715-118/+316
* .Kartik K. Agaram2021-03-271-1/+1
* fix stale examplesKartik K. Agaram2021-03-263-13/+13
* explicitly pass screen and keyboard to mainKartik K. Agaram2021-03-2614-51/+76
* .Kartik K. Agaram2021-03-261-12/+3