f6a578e0f1
This update makes it possible to use the module with Lua 5.4. I added support for testing, but this doesn't seem particularly useful for non-developers since its output is obscure, but it can at least be used to demonstrate that the module loads and the tests don't fail to run.
5 lines
236 B
Text
5 lines
236 B
Text
This is a small module that aims to make it easier to write Lua
|
|
code in a Lua-5.3-style that runs on Lua 5.1+.
|
|
|
|
It does *not* make Lua 5.2 (or even 5.1) entirely compatible
|
|
with Lua 5.3, but it brings the API closer to that of Lua 5.3.
|