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-17 years ago1,396 downloads
0.3.1-17 years ago1,358 downloads
0.2-27 years ago1,371 downloads

Dependencies

lua >= 5.2

Labels

Manifests