about summary refs log tree commit diff stats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* .Kartik K. Agaram2021-04-151-17/+17
* .Kartik K. Agaram2021-04-151-2/+6
* .Kartik K. Agaram2021-04-151-1/+2
* first session programming _within_ the Mu computerKartik K. Agaram2021-04-152-8/+16
* shell: primitives for screen sizeKartik K. Agaram2021-04-151-2/+180
* shell: restore bindings after restartKartik K. Agaram2021-04-152-0/+52
* shell: start persisting global bindingsKartik K. Agaram2021-04-152-2/+39
* .Kartik K. Agaram2021-04-153-5/+17
* .Kartik K. Agaram2021-04-152-1/+8
* .Kartik K. Agaram2021-04-152-5/+9
* .Kartik K. Agaram2021-04-152-11/+9
* add some structure to the serialization formatKartik K. Agaram2021-04-152-2/+24
* parse dotted listsKartik K. Agaram2021-04-152-0/+191
* .Kartik K. Agaram2021-04-151-14/+25
* .Kartik K. Agaram2021-04-151-6/+4
* .Kartik K. Agaram2021-04-151-4/+7
* .Kartik K. Agaram2021-04-151-0/+7
* .Kartik K. Agaram2021-04-151-0/+1
* shell: starting to parse dotted listsKartik K. Agaram2021-04-151-10/+20
* shell: dot tokenKartik K. Agaram2021-04-151-0/+58
* .Kartik K. Agaram2021-04-151-5/+9
* .Kartik K. Agaram2021-04-151-16/+17
* shell: load data disk as s-expr rather than stringKartik K. Agaram2021-04-142-13/+29
* shell: starting to work on persistent globalsKartik K. Agaram2021-04-141-2/+8
* .Kartik K. Agaram2021-04-142-10/+18
* shell: primitives for comparison, cursor movementKartik K. Agaram2021-04-141-10/+439
* shell: more detailed description of primitivesKartik K. Agaram2021-04-141-12/+44
* shell: word/line navigationKartik K. Agaram2021-04-142-2/+228
* .Kartik K. Agaram2021-04-141-6/+6
* shell: pixel graphicsKartik K. Agaram2021-04-132-17/+135
* shell: full closuresKartik K. Agaram2021-04-101-6/+11
* apply doesn't need caller env in lexical scopeKartik K. Agaram2021-04-101-6/+9