1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
game scripting engine and language
Find a file
2024-01-15 16:37:08 +01:00
anselme [internal] Build indentation in Block:format instead of Node:format 2024-01-15 16:37:08 +01:00
doc Update doc 2024-01-05 01:52:21 +01:00
test [language] Add multiple assignments, assignment and definitions are now function calls 2024-01-11 01:36:47 +01:00
.gitignore Changed a few things 2021-06-03 15:29:25 +02:00
ideas.md [language] Add multiple assignments, assignment and definitions are now function calls 2024-01-11 01:36:47 +01:00
readme.md Move anselme code into its own directory 2023-12-29 18:47:36 +01:00
run_tests.sh Move anselme code into its own directory 2023-12-29 18:47:36 +01:00

Anselme

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:

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