about summary refs log tree commit diff stats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* shell: tab inserts two spacesKartik K. Agaram2021-04-251-0/+8
* shell: use ctrl-m rather than tab to bounce to traceKartik K. Agaram2021-04-252-10/+10
* .Kartik K. Agaram2021-04-251-1/+2
* devote 2/3rds of screen to definitionsKartik K. Agaram2021-04-252-3/+3
* add some padding to the sandboxKartik K. Agaram2021-04-252-2/+2
* a troubleshooting noteKartik K. Agaram2021-04-251-0/+11
* .Kartik K. Agaram2021-04-251-2/+0
* expand memory to 2GBKartik K. Agaram2021-04-252-6/+10
* .Kartik Agaram2021-04-242-257/+0
* bugfix; thanks Max BernsteinKartik Agaram2021-04-241-1/+1
* .Kartik Agaram2021-04-231-2/+16
* shell: some example definitionsKartik Agaram2021-04-233-0/+180
* better error message on trace overflowKartik K. Agaram2021-04-221-1/+8
* faster emulationKartik K. Agaram2021-04-221-2/+2
* clean up with the final bugfixKartik K. Agaram2021-04-222-62/+9
* snapshotKartik K. Agaram2021-04-222-2/+62
* .Kartik K. Agaram2021-04-221-2/+9
* shell: non-recursive 'while'Kartik K. Agaram2021-04-211-14/+58
* shell: refuse to 'def' duplicate namesKartik K. Agaram2021-04-212-2/+46
* shell: separate 'def' from 'set'Kartik K. Agaram2021-04-212-7/+182
* slightly more responsive animationKartik K. Agaram2021-04-211-1/+1
* clear old output when new run is in progressKartik K. Agaram2021-04-212-69/+94
* .Kartik K. Agaram2021-04-212-14/+14
* .Kartik K. Agaram2021-04-211-1/+1
* .Kartik K. Agaram2021-04-212-67/+67
* shell: show screen state during evaluationKartik K. Agaram2021-04-213-17/+41
* an interface approximating stack tracesKartik K. Agaram2021-04-202-27/+26
* get bresenham line drawing working with a traceKartik K. Agaram2021-04-202-11/+27
* deemphasize fn arg evaluation slightlyKartik K. Agaram2021-04-191-0/+2
* reimplement pixel graphicsKartik K. Agaram2021-04-191-24/+46
* start cleaning up pixel graphicsKartik K. Agaram2021-04-195-51/+51
* .Kartik K. Agaram2021-04-181-0/+7
* some primitives for monitoring code integrityKartik K. Agaram2021-04-181-0/+3
* .Kartik K. Agaram2021-04-172-0/+258
* shell: ctrl-r runs on real screen without a traceKartik K. Agaram2021-04-176-24/+90
* .Kartik K. Agaram2021-04-172-6/+6
* bump up the token limit againKartik K. Agaram2021-04-171-1/+1
* shell: reenable the traceKartik K. Agaram2021-04-173-1/+22
* evaluating fns is too similar to its inputKartik K. Agaram2021-04-171-1/+1
* load sandbox even if there are no globalsKartik K. Agaram2021-04-171-11/+9
* heh, the current state actually overflows 2KBKartik K. Agaram2021-04-171-4/+4
* Bresenham line-drawing now workingKartik K. Agaram2021-04-171-0/+16
* tmp: debugging why brline prints no pixelsKartik K. Agaram2021-04-171-1/+1
* loosening a few more buffersKartik K. Agaram2021-04-174-9/+21
* .Kartik K. Agaram2021-04-171-1/+1
* new primitives: abs, sgnKartik K. Agaram2021-04-161-1/+100
* .Kartik K. Agaram2021-04-161-3/+3
* handle drawing 16*4 = 64 pixelsKartik K. Agaram2021-04-161-1/+1
* data.img now has more than one sector of dataKartik K. Agaram2021-04-162-5/+6
* open question: animations in the fake screenKartik K. Agaram2021-04-151-0/+38