The first official version of COLua. It offers:
- Inheritance
- Distinction between classes and objects
- Difference between static and instance methods
- Easy way to add new methods
- Method overriding without extra function calls
- Protocols for type checking
It is implemented in pure Lua, so will run everywhere where you can load it. Tested with Lua 5.2