Yet Another Implementation For Lua Strict Tables

$ luarocks install tstrict

A strictness checker for Lua. Variables must be initialized before being used. Allows different types of defintions:
'var' :: generic variables
'const' :: constant values
'typed' :: variables with defined type
'constrain' :: variables with an invariant function
Can be disabled (on tested code) for performance improvement.

Versions

0.4-16 years ago686 downloads
0.3.1-16 years ago652 downloads
0.2-26 years ago664 downloads

Dependencies

lua >= 5.2

Labels

Manifests