Commit Graph

37 Commits

Author SHA1 Message Date
Kartik K. Agaram 54e727641c document `arg` var for commandline arguments 2022-04-22 22:55:09 -07:00
Kartik K. Agaram b7fc541cbc avoid overly long lines in manual 2022-04-22 22:51:57 -07:00
Kartik K. Agaram f9fc4a3d58 file handles vs file objects, ugh 2022-03-17 00:01:36 -07:00
Kartik K. Agaram fffcc8b9ab stop running task.scheduler by default
sieve.tlv is 50% slower (18s vs 12s) with the new function call
instrumentation.
2022-03-16 21:38:34 -07:00
Kartik K. Agaram b9c187d259 stop using tasks in start_reading/start_writing
We just need queues/streams for file I/O. No need to complect
concurrency concerns with them.
2022-03-16 17:03:38 -07:00
Kartik K. Agaram 2662b1afed . 2022-03-14 18:37:56 -07:00
Kartik K. Agaram 2b81ded335 typo 2022-03-14 16:35:24 -07:00
Kartik K. Agaram 06a5e841d1 doc: curses 2022-03-14 11:47:15 -07:00
Kartik K. Agaram a8df25c497 doc: flesh out tasks and channels 2022-03-14 09:56:41 -07:00
Kartik K. Agaram b571a342d7 doc: correct and flesh out json 2022-03-14 09:32:38 -07:00
Kartik K. Agaram 1eb37f220d typo 2022-03-14 07:59:41 -07:00
Kartik K. Agaram 4e89474820 document functions that are sandboxed 2022-03-13 17:45:10 -07:00
Kartik K. Agaram 6133cfa524 drop docs for 2 functions removed from Lua 2022-03-13 17:39:57 -07:00
Kartik K. Agaram b68405fe31 delete debug library
There's security issues here, and they're subtle. Dropping for now until
I or someone else finds a need for them.
2022-03-13 17:36:01 -07:00
Kartik K. Agaram 776d9f9032 standard markup 2022-03-13 17:32:53 -07:00
Kartik K. Agaram 7c843c0b8a . 2022-03-13 17:31:28 -07:00
Kartik K. Agaram e67e61a063 one more highlight 2022-03-13 16:49:04 -07:00
Kartik K. Agaram 4e6ea0adad rudimentary docs for libraries added to Teliva 2022-03-13 16:46:46 -07:00
Kartik K. Agaram ee7f893a7e drop string.dump, clean up docs around it 2022-03-13 14:41:41 -07:00
Kartik K. Agaram 35a6794386 rip out most references to C and userdata in docs 2022-03-13 14:19:08 -07:00
Kartik K. Agaram 23e7cf9c52 starting to spend some time improving docs 2022-03-13 14:01:13 -07:00
Kartik K. Agaram cebe9abffe more extensive deletions from the Lua manual
I'm trying to represent where Teliva borrows from Lua, but without
making it seem identical.

Please support the Lua project!
2022-03-10 23:36:22 -08:00
Kartik K. Agaram 24db182620 show app blurb in screenshot 2022-02-17 20:47:19 -08:00
Kartik K. Agaram 29d4555d04 update keyboard shortcuts in screenshots and docs 2022-02-09 14:39:31 -08:00
Kartik K. Agaram 6d2dce51db remove dropped functions from docs 2022-02-07 22:22:57 -08:00
Kartik K. Agaram d043d67744 tweak Hanoi colors yet again 2021-12-13 09:43:25 -08:00
Kartik K. Agaram 469ad4e546 clearer description of editing experience 2021-12-10 14:22:25 -08:00
Kartik K. Agaram a09da47b2a tour: add some images 2021-11-27 12:18:23 -08:00
Kartik K. Agaram 156f978236 tweak Readme 2021-11-14 12:16:07 -08:00
Kartik K. Agaram 72e64d79d6 . 2021-11-07 15:24:48 -08:00
Kartik K. Agaram 6dcce7056a update screenshot 2021-11-07 10:31:33 -08:00
Kartik K. Agaram d5eb2fb752 update screenshot 2021-11-07 10:16:38 -08:00
Kartik K. Agaram 1f3ed8210d delete some Lua 5.1 things
These are likely to suffer bitrot.
2021-11-07 10:09:27 -08:00
Kartik K. Agaram 369eaeeaf1 . 2021-11-06 14:16:44 -07:00
Kartik K. Agaram 88c1b7181d update screenshots 2021-11-06 10:52:35 -07:00
Kartik K. Agaram 9275c954c8 readme and docs 2021-11-05 23:52:58 -07:00
Kartik K. Agaram 74f8cd15bb new fork of Lua 5.1
https://www.lua.org
2021-10-22 19:24:44 -07:00