summaryrefslogtreecommitdiff
path: root/source/luametatex/source/luacore/lua54/readme.txt
blob: 5b3ad49181a25b5f49a37d7dc37b1b6a17f08e8d (plain)
1
2
3
4
5
6
7
8
This is Lua 5.4 as taken from: https://github.com/lua/lua.git (intermediate releases). For
installation instructions, license details, and further information about Lua, see the
documentation of LUA.

There is a pitfall in using release candidates: when the bytecode organization changes
we can get crashes. At some point the luac version became an integer so we could encode
a subnumber but that was reverted to a byte. This means that we again can get crashes
(unless we mess a bit with that byte). It makes usage a bit fragile but so be it.