selene-lib 0.3.0

A library for linting Lua code. You probably want selene instead.
Documentation
1
2
3
4
5
6
print(foo)
print(foo.x)
print(foo.x.y.z)
print(foo:x())
foo.x = 1
foo.x.y = 2