Skip to content

Releases: rmellema/COLua

First Version

31 Mar 19:35
Compare
Choose a tag to compare

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