Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | starting to implement first macros | Kartik K. Agaram | 2021-05-07 | 1 | -0/+6 | |
* | more paranoia in shell/globals.mu | Kartik K. Agaram | 2021-05-06 | 1 | -0/+48 | |
* | shell: macroexpand outermost call | Kartik K. Agaram | 2021-05-06 | 1 | -0/+22 | |
* | cleaner rendering of fake screens and keyboards | Kartik K. Agaram | 2021-05-01 | 1 | -1/+1 | |
* | . | Kartik K. Agaram | 2021-05-01 | 1 | -1/+1 | |
* | move color scheme closer to Solarized dark | Kartik K. Agaram | 2021-05-01 | 1 | -32/+32 | |
* | shell: allow 'def' to overwrite | Kartik K. Agaram | 2021-04-29 | 1 | -13/+6 | |
* | render definitions in 2 columns | Kartik K. Agaram | 2021-04-29 | 1 | -9/+28 | |
* | tweak colors for definitions | Kartik K. Agaram | 2021-04-29 | 1 | -1/+1 | |
* | render in a narrow column | Kartik K. Agaram | 2021-04-29 | 1 | -1/+1 | |
* | adjust some colors and padding | Kartik K. Agaram | 2021-04-29 | 1 | -8/+10 | |
* | bugfix: initialize gap buffers before using them | Kartik K. Agaram | 2021-04-28 | 1 | -1/+4 | |
* | fix rendering | Kartik K. Agaram | 2021-04-28 | 1 | -1/+1 | |
* | shell: load/store from/to disk with indent | Kartik K. Agaram | 2021-04-28 | 1 | -25/+65 | |
* | start rendering definitions with indentation | Kartik K. Agaram | 2021-04-28 | 1 | -12/+6 | |
* | start stashing and clearing sandbox after definitions | Kartik K. Agaram | 2021-04-28 | 1 | -0/+58 | |
* | shell: primitive 'not' | Kartik K. Agaram | 2021-04-25 | 1 | -4/+45 | |
* | . | Kartik K. Agaram | 2021-04-25 | 1 | -2/+2 | |
* | . | Kartik K. Agaram | 2021-04-25 | 1 | -56/+56 | |
* | . | Kartik K. Agaram | 2021-04-25 | 1 | -1/+2 | |
* | . | Kartik Agaram | 2021-04-24 | 1 | -12/+0 | |
* | clean up with the final bugfix | Kartik K. Agaram | 2021-04-22 | 1 | -1/+0 | |
* | snapshot | Kartik K. Agaram | 2021-04-22 | 1 | -0/+1 | |
* | shell: refuse to 'def' duplicate names | Kartik K. Agaram | 2021-04-21 | 1 | -1/+45 | |
* | shell: separate 'def' from 'set' | Kartik K. Agaram | 2021-04-21 | 1 | -0/+25 | |
* | . | Kartik K. Agaram | 2021-04-17 | 1 | -0/+13 | |
* | loosening a few more buffers | Kartik K. Agaram | 2021-04-17 | 1 | -1/+13 | |
* | new primitives: abs, sgn | Kartik K. Agaram | 2021-04-16 | 1 | -1/+100 | |
* | open question: animations in the fake screen | Kartik K. Agaram | 2021-04-15 | 1 | -0/+38 | |
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -17/+17 | |
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -2/+6 | |
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -1/+2 | |
* | shell: primitives for screen size | Kartik K. Agaram | 2021-04-15 | 1 | -2/+180 | |
* | shell: restore bindings after restart | Kartik K. Agaram | 2021-04-15 | 1 | -0/+37 | |
* | shell: start persisting global bindings | Kartik K. Agaram | 2021-04-15 | 1 | -1/+35 | |
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -1/+1 | |
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -0/+4 | |
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -0/+1 | |
* | shell: primitives for comparison, cursor movement | Kartik K. Agaram | 2021-04-14 | 1 | -10/+439 | |
* | shell: more detailed description of primitives | Kartik K. Agaram | 2021-04-14 | 1 | -12/+44 | |
* | shell: pixel graphics | Kartik K. Agaram | 2021-04-13 | 1 | -0/+86 | |
* | shell: none of our primitives need to be closures | Kartik K. Agaram | 2021-04-10 | 1 | -51/+27 | |
* | shell: streams that you can append graphemes to | Kartik K. Agaram | 2021-04-10 | 1 | -0/+72 | |
* | . | Kartik K. Agaram | 2021-04-10 | 1 | -1/+6 | |
* | shell: fake keyboard | Kartik K. Agaram | 2021-04-10 | 1 | -1/+57 | |
* | shell: UI now showing fake keyboard | Kartik K. Agaram | 2021-04-10 | 1 | -1/+11 | |
* | shell: move fake screen to sandbox | Kartik K. Agaram | 2021-04-10 | 1 | -46/+15 | |
* | shell: tweaks for fake screens | Kartik K. Agaram | 2021-04-10 | 1 | -0/+28 | |
* | shell: render fake screens | Kartik K. Agaram | 2021-04-10 | 1 | -25/+45 | |
* | shell: start of 'print' primitive | Kartik K. Agaram | 2021-04-10 | 1 | -4/+66 |