about summary refs log tree commit diff stats
path: root/shell/sandbox.mu
Commit message (Expand)AuthorAgeFilesLines
* shell: support negative integer literalsKartik K. Agaram2021-06-061-0/+18
* more space for definitionsKartik K. Agaram2021-06-061-1/+1
* conditionally display cursor in sandboxKartik K. Agaram2021-06-041-34/+40
* .Kartik K. Agaram2021-06-041-2/+2
* .Kartik K. Agaram2021-06-041-0/+4
* .Kartik K. Agaram2021-06-041-8/+8
* .Kartik K. Agaram2021-06-041-2/+2
* .Kartik K. Agaram2021-06-041-8/+7
* .Kartik K. Agaram2021-06-031-5/+8
* .Kartik K. Agaram2021-06-031-13/+11
* .Kartik K. Agaram2021-06-031-2/+2
* shell: more stable trace when rerunningKartik K. Agaram2021-06-021-1/+113
* .Kartik K. Agaram2021-05-311-28/+28
* shell: raise errors when loading code on bootKartik K. Agaram2021-05-301-3/+16
* bugfix: unbound variables were not raising errorKartik K. Agaram2021-05-301-3/+21
* first test re-running sandbox with a deeper traceKartik K. Agaram2021-05-301-3/+74
* .Kartik K. Agaram2021-05-301-1/+47
* first attempt doesn't workKartik K. Agaram2021-05-301-0/+9
* start progressively increasing trace depthKartik K. Agaram2021-05-301-24/+30
* disable ctrl-s when browsing traceKartik K. Agaram2021-05-231-2/+6
* .Kartik K. Agaram2021-05-231-4/+4
* shell: reduce trace depth in sandboxKartik K. Agaram2021-05-221-1/+1
* disallow null tracesKartik K. Agaram2021-05-191-6/+11
* shell: traces track a maximum depth to recordKartik K. Agaram2021-05-191-2/+2
* shell: add a lot of error-checkingKartik K. Agaram2021-05-181-0/+6
* .Kartik K. Agaram2021-05-071-4/+4
* an often-overflowing stream when running brcircleKartik K. Agaram2021-05-071-0/+2
* .Kartik K. Agaram2021-05-071-3/+3
* starting to implement first macrosKartik K. Agaram2021-05-071-0/+1
* 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