about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* .Kartik Agaram2021-06-062-3/+1
|
* shell: more foundations from LispKartik K. Agaram2021-06-061-0/+44
|
* .Kartik K. Agaram2021-06-061-1/+3
|
* .Kartik K. Agaram2021-06-061-4/+4
|
* .Kartik K. Agaram2021-06-061-4/+6
|
* nicer onboarding experience with VimKartik K. Agaram2021-06-062-14/+20
| | | | Thanks Sumeet Agarwal (https://github.com/sumeet) for helping catch this.
* hacky Vim syntax highlighting for Mu LispKartik K. Agaram2021-06-062-1/+34
|
* shell: fleshing out the 'standard library'Kartik K. Agaram2021-06-062-1/+11
| | | | | | Based loosely on Arc's arc.arc: http://arclanguage.org https://github.com/arclanguage/anarki/blob/official/arc.arc
* .Kartik K. Agaram2021-06-061-1/+1
|
* shell: support negative integer literalsKartik K. Agaram2021-06-063-1/+133
| | | | We still don't support _any_ fractional literals, positive or negative.
* shell: remainder operationKartik K. Agaram2021-06-061-1/+65
|
* .Kartik K. Agaram2021-06-061-3/+3
|
* more space for definitionsKartik K. Agaram2021-06-063-11/+16
|
* shell: cool new stress-testKartik K. Agaram2021-06-051-2/+10
|
* .Kartik K. Agaram2021-06-051-36/+84
|
* .Kartik Agaram2021-06-0515-9176/+10291
|
* .Kartik K. Agaram2021-06-051-0/+10
|
* clean up a large memory leakKartik K. Agaram2021-06-052-16/+7
| | | | | | | | | | | It turns out (bowboard screen 128) on a real screen massively slowed down and ran out of memory since commit e2ab1b30b1 on May 19. The culprit was these changes, which created memory allocations for a new trace on every recursive call. I originally had some vague desire to isolate these calls from the user-visible trace. That's expensive enough that I'll wait until it becomes a concern before trying to isolate again.
* .Kartik K. Agaram2021-06-051-16/+12
|
* shell: moar macrosKartik K. Agaram2021-06-051-41/+42
|
* .Kartik K. Agaram2021-06-051-6/+2
|
* refresh edited definitions on ctrl-sKartik K. Agaram2021-06-052-2/+57
|
* .Kartik K. Agaram2021-06-051-2/+12
|
* go-to dialog starts with word at cursor by defaultKartik K. Agaram2021-06-051-37/+39
|
* working on jumping to word at cursorKartik K. Agaram2021-06-053-1/+284
| | | | | I had a nice clean definition for word-at-cursor, but it's wrong and I'm going to have to mangle it.
* start editing function definitionsKartik K. Agaram2021-06-042-2/+12
|
* run sandbox even when cursor in functionKartik K. Agaram2021-06-041-0/+7
|
* bugfix: show functions after ctrl-g, enterKartik K. Agaram2021-06-041-1/+8
|
* .Kartik K. Agaram2021-06-041-0/+24
| | | | Menu when cursor is within a function.
* select function to render firstKartik K. Agaram2021-06-042-1/+11
|
* always render functions starting at the cursorKartik K. Agaram2021-06-041-2/+4
| | | | For now we just never render definitions above it. That will improve.
* record the definition the cursor is currently atKartik K. Agaram2021-06-041-1/+10
|
* conditionally display cursor on function sideKartik K. Agaram2021-06-042-4/+5
| | | | | Always shows at top-most function. Can't actually do any editing yet.
* conditionally display cursor in sandboxKartik K. Agaram2021-06-042-35/+45
|
* modal dialog for function name to jump toKartik K. Agaram2021-06-042-2/+115
|
* hacky colors for registersKartik K. Agaram2021-06-041-1/+16
|
* .Kartik K. Agaram2021-06-042-3/+3
|
* .Kartik K. Agaram2021-06-041-4/+4
|
* .Kartik K. Agaram2021-06-041-0/+54
| | | | Keyboard state machine for jumping to function definition.
* .Kartik K. Agaram2021-06-042-0/+6
| | | | Menu shortcut for jumping to function definition.
* .Kartik K. Agaram2021-06-042-11/+11
|
* .Kartik K. Agaram2021-06-042-5/+5
| | | | Keep hotkeys stable when different elements are in focus.
* .Kartik K. Agaram2021-06-044-10/+10
|
* .Kartik K. Agaram2021-06-041-2/+2
|
* .Kartik K. Agaram2021-06-041-3/+3
|
* .Kartik K. Agaram2021-06-041-2/+2
|
* .Kartik K. Agaram2021-06-041-2/+0
|
* .Kartik K. Agaram2021-06-041-5/+5
|
* .Kartik K. Agaram2021-06-041-2/+2
|
* .Kartik K. Agaram2021-06-041-1/+1
|