mention programming framework in Readme

This commit is contained in:
Kartik K. Agaram 2021-12-18 07:55:55 -08:00
parent 1d9a4fa1d5
commit c55c5a7b0c
1 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,12 @@ them in Teliva and let people use regular Lua. Or other platforms!
- To create a well-behaved sandbox, Teliva doesn't support adding libraries
with C bindings beyond the few it starts up with.
- Functions that start with `test_` are special. They're considered automated
tests and called without arguments every time an app starts up.
- The function `main` is special. It runs every time an app starts up, if all
its automated tests pass.
Teliva is not tested much at all yet. This is my first time programming either
in Lua or within Lua. So bug reports are most appreciated if Lua programs
behave unexpectedly under Teliva.