about summary refs log tree commit diff stats
path: root/advent.tlv
Commit message (Collapse)AuthorAgeFilesLines
* snapshot: migrate all sample apps to new formatKartik K. Agaram2021-12-111-253/+200
|
* couple more primitives after Advent day 8Kartik K. Agaram2021-12-081-0/+22
|
* make it easy to print arrays:Kartik K. Agaram2021-12-071-0/+11
| | | | map(l, prn)
* new primitive: array appendKartik K. Agaram2021-12-071-3/+9
|
* new primitive: string splitKartik K. Agaram2021-12-071-0/+13
|
* map/reduce/filter helpersKartik K. Agaram2021-12-061-0/+44
|
* start showing call stack on errorsKartik K. Agaram2021-12-041-0/+1
| | | | | | | | It turns out Lua has been providing us this information all along! I'd just not created the space on screen to show it. Make it persist better. Kilo now no longer tracks its own status messages, which is a regression in a rare condition.
* more speculatively efficient advent.tlvKartik K. Agaram2021-12-021-6/+3
|
* fix advent.tlvKartik K. Agaram2021-11-301-2/+2
| | | | Thanks sejo.
* some little shortcuts for Advent of CodeKartik K. Agaram2021-11-301-0/+159
https://archive.org/details/akkartik-teliva-2021-11-30