1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

Move anselme code into its own directory

This commit is contained in:
Étienne Fildadut 2023-12-29 18:41:06 +01:00
parent 404e7dd56e
commit 5dd971ff8f
179 changed files with 603 additions and 579 deletions

View file

@ -5,3 +5,16 @@ The overengineered dialog scripting system in pure Lua.
This is version 2, a full rewrite. Currently not stable.
Supported: Lua 5.4, Lua 5.3, LuaJIT (LuaJIT requires the utf8 module: `luarocks --lua-version=5.1 install luautf8`).
Otherwise all needed files are included in the `anselme` directory.
Documentation:
* [Lua API documentation](doc/api.md)
* [Language reference](doc/language.md)
* [Tutorial](doc/tutorial.md)
Development:
* Generate documentation: `lua doc/gendocs.lua`
* Run test for the current Lua version: `lua test/run.lua`
* Run test for every supported Lua version: `./run_tests.sh`