luatypechecks, v1.3.1
Posted on

The library that implements various type checks in order to simulate static typing in the Lua language.
Support for Lua 5.1; the test workflow for GitHub Actions.
Note that this library isn't designed to validate input data, but only to simulate static typing for function parameters.
Disclaimer: this library was written directly on an Android smartphone with the QLua IDE.
Change Log
- remove the use of the
gotostatement to support Lua 5.1; - add the
testworkflow for GitHub Actions.
Repository
Link: https://github.com/thewizardplusplus/luatypechecks/tree/v1.3.1.
Content: code.
License: MIT.