about summary refs log tree commit diff stats
path: root/shell/evaluate.mu
Commit message (Expand)AuthorAgeFilesLines
* clean up with the final bugfixKartik K. Agaram2021-04-221-61/+9
* snapshotKartik K. Agaram2021-04-221-2/+61
* shell: non-recursive 'while'Kartik K. Agaram2021-04-211-14/+58
* shell: refuse to 'def' duplicate namesKartik K. Agaram2021-04-211-1/+1
* shell: separate 'def' from 'set'Kartik K. Agaram2021-04-211-7/+157
* slightly more responsive animationKartik K. Agaram2021-04-211-1/+1
* shell: show screen state during evaluationKartik K. Agaram2021-04-211-15/+39
* an interface approximating stack tracesKartik K. Agaram2021-04-201-24/+23
* get bresenham line drawing working with a traceKartik K. Agaram2021-04-201-11/+24
* deemphasize fn arg evaluation slightlyKartik K. Agaram2021-04-191-0/+2
* some primitives for monitoring code integrityKartik K. Agaram2021-04-181-0/+3
* shell: ctrl-r runs on real screen without a traceKartik K. Agaram2021-04-171-2/+16
* shell: reenable the traceKartik K. Agaram2021-04-171-0/+9
* evaluating fns is too similar to its inputKartik K. Agaram2021-04-171-1/+1
* Bresenham line-drawing now workingKartik K. Agaram2021-04-171-0/+16
* loosening a few more buffersKartik K. Agaram2021-04-171-3/+3
* data.img now has more than one sector of dataKartik K. Agaram2021-04-161-1/+1
* first session programming _within_ the Mu computerKartik K. Agaram2021-04-151-7/+15
* shell: full closuresKartik K. Agaram2021-04-101-6/+11
* apply doesn't need caller env in lexical scopeKartik K. Agaram2021-04-101-6/+9
* shell: none of our primitives need to be closuresKartik K. Agaram2021-04-101-1/+1
* .Kartik K. Agaram2021-04-101-2/+2
* shell: UI now showing fake keyboardKartik K. Agaram2021-04-101-21/+21
* shell: move fake screen to sandboxKartik K. Agaram2021-04-101-21/+22
* shell: structural equality checkKartik K. Agaram2021-04-091-3/+3
* shell: ifKartik K. Agaram2021-04-091-0/+41
* shell: 'set' for defining globalsKartik K. Agaram2021-04-061-0/+47
* shell: quoteKartik K. Agaram2021-04-061-0/+28
* shell: look up globalsKartik K. Agaram2021-04-061-31/+12
* shell: extensible array of globalsKartik K. Agaram2021-04-051-74/+22
* .Kartik K. Agaram2021-04-051-0/+822