about summary refs log tree commit diff stats
path: root/apps/tile/environment.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7081Kartik Agaram2020-10-201-8/+16
| | | | | Defining new functions seems to be working. _However_, we aren't yet detecting duplicates. `x x *` leads to a declaration of `x x f`.
* 7080Kartik Agaram2020-10-201-6/+42
| | | | | Constructing new functions with ctrl-d is now working right. But the call seems exactly flipped.
* 7079Kartik Agaram2020-10-191-1/+35
|
* 7078Kartik Agaram2020-10-191-1/+39
|
* 7077 - tile: render function listKartik Agaram2020-10-191-12/+27
|
* 7066 - tile: some more primitives for testingKartik Agaram2020-10-191-0/+4
| | | | | Lesson learned: functions store args in _reverse_ order. Since evaluation is very frequent, it's worth optimizing for it.
* 7065Kartik Agaram2020-10-191-4/+5
|
* 7064Kartik Agaram2020-10-191-16/+25
|
* 7063 - tile: scaffolding for defining functionsKartik Agaram2020-10-181-5/+119
|
* 7062Kartik Agaram2020-10-181-1/+1
|
* 7061Kartik Agaram2020-10-181-3/+3
|
* 7060 - tile: renaming variables now worksKartik Agaram2020-10-181-9/+10
|
* 7059Kartik Agaram2020-10-181-18/+115
| | | | | Cursor now in the right place after rename. But stack still doesn't show the value of a name.
* 7058Kartik Agaram2020-10-181-16/+93
| | | | | Snapshot; things seem to be working besides ctrl-r, but we aren't yet rendering only the final line.
* 7053Kartik Agaram2020-10-171-7/+30
| | | | | Rename seems to now be working. State still isn't rendered right, so we can't be sure.
* 7051Kartik Agaram2020-10-171-1/+3
|
* 7050Kartik Agaram2020-10-171-2/+13
|
* 7049Kartik Agaram2020-10-171-3/+1
|
* 7048Kartik Agaram2020-10-171-2/+2
|
* 7046 - start of flow for naming wordsKartik Agaram2020-10-171-2/+125
| | | | | Names don't stick yet, but we have a scaffolding for printing a dialog and accepting input.
* 7045Kartik Agaram2020-10-161-37/+42
|
* 7044Kartik Agaram2020-10-161-286/+286
|
* 7043 - the REPL is dead; long live the IVLKartik Agaram2020-10-161-0/+8
|
* 7042Kartik Agaram2020-10-151-4/+12
|
* 7039Kartik Agaram2020-10-151-1/+0
| | | | | | | Ok, I think we may finally be done crushing all the pesky bugs. And now we can insert and delete words in the middle of a line, and have expanded calls stay stable!
* 7038Kartik Agaram2020-10-151-11/+25
| | | | | Arrow keys now seem to be working right within expanded functions. Still seeing one minor issue with left-arrow skipping words.
* 7037Kartik Agaram2020-10-151-1/+2
| | | | | Expanding words now working, but ctrl-f/ctrl-b inside expanded words not working right.
* 7036Kartik Agaram2020-10-151-6/+1
| | | | ctrl-u now working.
* 7035Kartik Agaram2020-10-151-2/+0
| | | | | ctrl-f and ctrl-b working right. Now ctrl-u is segfaulting. Also expanding words.
* 7021Kartik Agaram2020-10-141-2/+2
|
* 7020Kartik Agaram2020-10-141-147/+39
| | | | | | | | | snapshot: migrating call-path to store word handles rather than word indexes. ctrl-a and ctrl-e are segfaulting. There are likely other problems. The major new change here is that allocating a call-path-element no longer initializes it.
* 7019Kartik Agaram2020-10-141-3/+3
|
* 7018 - tile: tweak spacing between stacksKartik Agaram2020-10-131-5/+15
| | | | | Until now the word being typed had a slightly larger invisible margin, which was a little strange. Should look cleaner now.
* 7015 - bugfix in column width computationKartik Agaram2020-10-131-8/+2
| | | | | I just got bitten by variable shadowing! It's a lot less theoretical concern now.
* 7014Kartik Agaram2020-10-121-5/+2
| | | | 7013 had broken right-justification when rendering the stack. Redo.
* 7013Kartik Agaram2020-10-121-2/+1
|
* 7011 - tile: keep garbage out of the stackKartik Agaram2020-10-121-0/+12
|
* 7010Kartik Agaram2020-10-121-0/+2
| | | | A new example that better demonstrates the value of named arguments.
* 7009 - tile: real hotkey to quitKartik Agaram2020-10-121-0/+5
|
* 7008 - tile: center menuKartik Agaram2020-10-111-0/+3
|
* 7007 - tile: hotkey to clear sandboxKartik Agaram2020-10-111-0/+16
| | | | | | Alternative symbols considered for the menu option: ∅ AC (like in a calculator)
* 7006Kartik Agaram2020-10-111-2/+10
|
* 7005 - tile: move to start/end of lineKartik Agaram2020-10-111-0/+38
|
* 7004Kartik Agaram2020-10-111-4/+5
|
* 7003Kartik Agaram2020-10-111-4/+4
|
* 7002 - tile: next-wordKartik Agaram2020-10-111-0/+34
|
* 7001Kartik Agaram2020-10-111-8/+3
|
* 7000 - tile: previous-word also bumps up to callerKartik Agaram2020-10-111-0/+27
|
* 6999 - tile: move to previous wordKartik Agaram2020-10-101-0/+15
|
* 6998Kartik Agaram2020-10-101-1/+1
|