about summary refs log tree commit diff stats
path: root/shell/sandbox.mu
Commit message (Expand)AuthorAgeFilesLines
* back to macros; switch macroexpand to operate in placeKartik K. Agaram2021-05-061-4/+2
* shell: start implementing macrosKartik K. Agaram2021-05-041-1/+4
* .Kartik K. Agaram2021-05-041-6/+6
* .Kartik K. Agaram2021-05-011-3/+3
* cleaner rendering of fake screens and keyboardsKartik K. Agaram2021-05-011-116/+9
* .Kartik K. Agaram2021-05-011-49/+63
* move color scheme closer to Solarized darkKartik K. Agaram2021-05-011-50/+50
* shell: squeeze menuKartik K. Agaram2021-04-301-11/+13
* adjust fake screen aspect ratio for verisimilitudeKartik K. Agaram2021-04-291-1/+1
* make pixel borders of screen clearKartik K. Agaram2021-04-291-16/+20
* make matching parens pop againKartik K. Agaram2021-04-291-1/+1
* white text everywhere by defaultKartik K. Agaram2021-04-291-1/+1
* adjust some colors and paddingKartik K. Agaram2021-04-291-52/+54
* bugfix: initialize gap buffers before using themKartik K. Agaram2021-04-281-1/+1
* shell: load/store from/to disk with indentKartik K. Agaram2021-04-281-0/+17
* .Kartik K. Agaram2021-04-281-3/+1
* start stashing and clearing sandbox after definitionsKartik K. Agaram2021-04-281-9/+13
* shell: stream literalsKartik K. Agaram2021-04-271-0/+17
* .Kartik K. Agaram2021-04-271-17/+17
* .Kartik K. Agaram2021-04-271-73/+18
* shell: use ctrl-m rather than tab to bounce to traceKartik K. Agaram2021-04-251-9/+9
* devote 2/3rds of screen to definitionsKartik K. Agaram2021-04-251-1/+1
* add some padding to the sandboxKartik K. Agaram2021-04-251-1/+1
* clear old output when new run is in progressKartik K. Agaram2021-04-211-67/+92
* .Kartik K. Agaram2021-04-211-13/+13
* .Kartik K. Agaram2021-04-211-1/+1
* .Kartik K. Agaram2021-04-211-66/+66
* shell: show screen state during evaluationKartik K. Agaram2021-04-211-1/+1
* an interface approximating stack tracesKartik K. Agaram2021-04-201-3/+3
* get bresenham line drawing working with a traceKartik K. Agaram2021-04-201-0/+3
* reimplement pixel graphicsKartik K. Agaram2021-04-191-24/+46
* start cleaning up pixel graphicsKartik K. Agaram2021-04-191-11/+11
* shell: ctrl-r runs on real screen without a traceKartik K. Agaram2021-04-171-12/+7
* .Kartik K. Agaram2021-04-171-4/+4
* shell: reenable the traceKartik K. Agaram2021-04-171-1/+1
* tmp: debugging why brline prints no pixelsKartik K. Agaram2021-04-171-1/+1
* handle drawing 16*4 = 64 pixelsKartik K. Agaram2021-04-161-1/+1
* first session programming _within_ the Mu computerKartik K. Agaram2021-04-151-1/+1
* shell: start persisting global bindingsKartik K. Agaram2021-04-151-1/+4
* .Kartik K. Agaram2021-04-151-0/+8
* .Kartik K. Agaram2021-04-151-0/+7
* .Kartik K. Agaram2021-04-151-1/+1
* parse dotted listsKartik K. Agaram2021-04-151-0/+135
* .Kartik K. Agaram2021-04-141-10/+3
* shell: word/line navigationKartik K. Agaram2021-04-141-0/+8
* shell: pixel graphicsKartik K. Agaram2021-04-131-17/+49
* shell: fake keyboardKartik K. Agaram2021-04-101-1/+1
* shell: start jumping to keyboard using TabKartik K. Agaram2021-04-101-25/+180
* shell: UI now showing fake keyboardKartik K. Agaram2021-04-101-9/+86
* shell: start on support for fake keyboardKartik K. Agaram2021-04-101-2/+5