luah 1.1.0

Unofficial lua impl by HydroRoll-Team.
Documentation
1
2
3
4
5
6
local c1 = new_counter()
local c2 = new_counter()
c1()
c2()
c2()
c1()