Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shell: start persisting global bindings | Kartik K. Agaram | 2021-04-15 | 2 | -2/+39 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 3 | -5/+17 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 2 | -1/+8 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 2 | -5/+9 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 2 | -11/+9 |
| | |||||
* | add some structure to the serialization format | Kartik K. Agaram | 2021-04-15 | 2 | -2/+24 |
| | |||||
* | parse dotted lists | Kartik K. Agaram | 2021-04-15 | 2 | -0/+191 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -14/+25 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -6/+4 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -4/+7 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -0/+7 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -0/+1 |
| | |||||
* | shell: starting to parse dotted lists | Kartik K. Agaram | 2021-04-15 | 1 | -10/+20 |
| | |||||
* | shell: dot token | Kartik K. Agaram | 2021-04-15 | 1 | -0/+58 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -5/+9 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-15 | 1 | -16/+17 |
| | |||||
* | shell: load data disk as s-expr rather than string | Kartik K. Agaram | 2021-04-14 | 2 | -13/+29 |
| | |||||
* | shell: starting to work on persistent globals | Kartik K. Agaram | 2021-04-14 | 1 | -2/+8 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-14 | 2 | -10/+18 |
| | |||||
* | 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: word/line navigation | Kartik K. Agaram | 2021-04-14 | 2 | -2/+228 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-14 | 1 | -6/+6 |
| | |||||
* | shell: pixel graphics | Kartik K. Agaram | 2021-04-13 | 2 | -17/+135 |
| | |||||
* | shell: full closures | Kartik K. Agaram | 2021-04-10 | 1 | -6/+11 |
| | |||||
* | apply doesn't need caller env in lexical scope | Kartik K. Agaram | 2021-04-10 | 1 | -6/+9 |
| | |||||
* | shell: none of our primitives need to be closures | Kartik K. Agaram | 2021-04-10 | 2 | -52/+28 |
| | |||||
* | shell: streams that you can append graphemes to | Kartik K. Agaram | 2021-04-10 | 3 | -2/+110 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-10 | 2 | -3/+8 |
| | |||||
* | shell: fake keyboard | Kartik K. Agaram | 2021-04-10 | 3 | -2/+71 |
| | |||||
* | shell: start jumping to keyboard using Tab | Kartik K. Agaram | 2021-04-10 | 2 | -27/+182 |
| | |||||
* | shell: UI now showing fake keyboard | Kartik K. Agaram | 2021-04-10 | 4 | -35/+131 |
| | | | | But we don't actually support fake keyboards anywhere yet. | ||||
* | shell: start on support for fake keyboard | Kartik K. Agaram | 2021-04-10 | 2 | -2/+17 |
| | |||||
* | shell: move fake screen to sandbox | Kartik K. Agaram | 2021-04-10 | 5 | -107/+86 |
| | |||||
* | shell: tweaks for fake screens | Kartik K. Agaram | 2021-04-10 | 2 | -5/+165 |
| | | | | | - make them more discoverable - clear them between commands | ||||
* | shell: fake screens | Kartik K. Agaram | 2021-04-10 | 2 | -0/+14 |
| | | | | | | | I just realized Mu has a pretty big weakness: writes to null pointers don't error out. Perhaps writes to address 0 do, but address 1 and so on don't? I need a slightly more sophisticated page table. | ||||
* | shell: render fake screens | Kartik K. Agaram | 2021-04-10 | 2 | -29/+120 |
| | | | | 'print' turns out to not be working yet. | ||||
* | . | Kartik K. Agaram | 2021-04-10 | 1 | -1/+1 |
| | |||||
* | shell: start of 'print' primitive | Kartik K. Agaram | 2021-04-10 | 4 | -13/+103 |
| | |||||
* | shell: structural equality check | Kartik K. Agaram | 2021-04-09 | 3 | -3/+51 |
| | | | | Mu can now compute (factorial 5) | ||||
* | shell: if | Kartik K. Agaram | 2021-04-09 | 1 | -0/+41 |
| | |||||
* | shell: highlight matching paren for cursor | Kartik K. Agaram | 2021-04-09 | 2 | -17/+301 |
| | |||||
* | shell: highlight matching close-paren | Kartik K. Agaram | 2021-04-09 | 2 | -2/+114 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-09 | 1 | -10/+6 |
| | |||||
* | shell: render primitives at the bottom | Kartik K. Agaram | 2021-04-08 | 1 | -2/+44 |
| | |||||
* | . | Kartik K. Agaram | 2021-04-08 | 2 | -2/+5 |
| | |||||
* | shell: start rendering globals | Kartik K. Agaram | 2021-04-08 | 2 | -1/+38 |
| | |||||
* | shell: create space to display globals | Kartik K. Agaram | 2021-04-08 | 3 | -5/+7 |
| | |||||
* | shell: ctrl-u to clear sandbox | Kartik K. Agaram | 2021-04-06 | 1 | -4/+14 |
| | |||||
* | shell: 'set' for defining globals | Kartik K. Agaram | 2021-04-06 | 2 | -0/+62 |
| | | | | Currently stateful, but still good for things. |