about summary refs log tree commit diff stats
path: root/shell/global.mu
Commit message (Expand)AuthorAgeFilesLines
* more paranoia in shell/globals.muKartik K. Agaram2021-05-061-0/+48
* shell: macroexpand outermost callKartik K. Agaram2021-05-061-0/+22
* cleaner rendering of fake screens and keyboardsKartik K. Agaram2021-05-011-1/+1
* .Kartik K. Agaram2021-05-011-1/+1
* move color scheme closer to Solarized darkKartik K. Agaram2021-05-011-32/+32
* shell: allow 'def' to overwriteKartik K. Agaram2021-04-291-13/+6
* render definitions in 2 columnsKartik K. Agaram2021-04-291-9/+28
* tweak colors for definitionsKartik K. Agaram2021-04-291-1/+1
* render in a narrow columnKartik K. Agaram2021-04-291-1/+1
* adjust some colors and paddingKartik K. Agaram2021-04-291-8/+10
* bugfix: initialize gap buffers before using themKartik K. Agaram2021-04-281-1/+4
* fix renderingKartik K. Agaram2021-04-281-1/+1
* shell: load/store from/to disk with indentKartik K. Agaram2021-04-281-25/+65
* start rendering definitions with indentationKartik K. Agaram2021-04-281-12/+6
* start stashing and clearing sandbox after definitionsKartik K. Agaram2021-04-281-0/+58
* shell: primitive 'not'Kartik K. Agaram2021-04-251-4/+45
* .Kartik K. Agaram2021-04-251-2/+2
* .Kartik K. Agaram2021-04-251-56/+56
* .Kartik K. Agaram2021-04-251-1/+2
* .Kartik Agaram2021-04-241-12/+0
* clean up with the final bugfixKartik K. Agaram2021-04-221-1/+0
* snapshotKartik K. Agaram2021-04-221-0/+1
* shell: refuse to 'def' duplicate namesKartik K. Agaram2021-04-211-1/+45
* shell: separate 'def' from 'set'Kartik K. Agaram2021-04-211-0/+25
* .Kartik K. Agaram2021-04-171-0/+13
* loosening a few more buffersKartik K. Agaram2021-04-171-1/+13
* new primitives: abs, sgnKartik K. Agaram2021-04-161-1/+100
* 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
* shell: primitives for screen sizeKartik K. Agaram2021-04-151-2/+180
* shell: restore bindings after restartKartik K. Agaram2021-04-151-0/+37
* shell: start persisting global bindingsKartik K. Agaram2021-04-151-1/+35
* .Kartik K. Agaram2021-04-151-1/+1
* .Kartik K. Agaram2021-04-151-0/+4
* .Kartik K. Agaram2021-04-151-0/+1
* 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: pixel graphicsKartik K. Agaram2021-04-131-0/+86
* shell: none of our primitives need to be closuresKartik K. Agaram2021-04-101-51/+27
* shell: streams that you can append graphemes toKartik K. Agaram2021-04-101-0/+72
* .Kartik K. Agaram2021-04-101-1/+6
* shell: fake keyboardKartik K. Agaram2021-04-101-1/+57
* shell: UI now showing fake keyboardKartik K. Agaram2021-04-101-1/+11
* shell: move fake screen to sandboxKartik K. Agaram2021-04-101-46/+15
* shell: tweaks for fake screensKartik K. Agaram2021-04-101-0/+28
* shell: render fake screensKartik K. Agaram2021-04-101-25/+45
* shell: start of 'print' primitiveKartik K. Agaram2021-04-101-4/+66
* shell: structural equality checkKartik K. Agaram2021-04-091-0/+44