Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | 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 |
* | shell: structural equality check | Kartik K. Agaram | 2021-04-09 | 1 | -0/+44 |
* | shell: render primitives at the bottom | Kartik K. Agaram | 2021-04-08 | 1 | -2/+44 |
* | shell: start rendering globals | Kartik K. Agaram | 2021-04-08 | 1 | -1/+31 |
* | shell: create space to display globals | Kartik K. Agaram | 2021-04-08 | 1 | -0/+4 |
* | shell: 'set' for defining globals | Kartik K. Agaram | 2021-04-06 | 1 | -0/+15 |
* | shell: now we can start adding primitives | Kartik K. Agaram | 2021-04-06 | 1 | -0/+307 |
* | shell: look up globals | Kartik K. Agaram | 2021-04-06 | 1 | -0/+41 |
* | shell: extensible array of globals | Kartik K. Agaram | 2021-04-05 | 1 | -0/+105 |