about summary refs log tree commit diff stats
path: root/template.tlv
Commit message (Collapse)AuthorAgeFilesLines
* document dbgKartik K. Agaram2021-12-181-0/+2
|
* streamline an app; pull useful stuff into templateKartik K. Agaram2021-12-181-0/+32
|
* expand Teliva's "standard library"Kartik K. Agaram2021-12-161-0/+96
| | | | | | | | Lua is often not very functional. Available primitives often mutate data destructively rather than create new values. Perhaps I shouldn't be trying to go against the grain. We'll see. The above changes are based on using Teliva intensively for 2 weeks of Advent of Code 2021. But that isn't quite the ideal use case for Teliva.
* .Kartik K. Agaram2021-12-161-2/+2
|
* snapshot: migrate all sample apps to new formatKartik K. Agaram2021-12-111-72/+69
|
* a starting point for new appsKartik K. Agaram2021-11-271-0/+72