Object Lua |
|
|
Please see the project's [GitHub page] for more details and exemples. |
|
Please see the project's [GitHub page] for more details and examples. |
|
* The project's [UserVoice page] for bugs & feature requests. * The project's [GitHub page] |
This is an implementation of a class-oriented Lua module, coded entirely in Lua. The object model allows you to override 'new()' (see tests), so you can write classes that behave the way you want. While still in design stage, the interface is getting quite stable and I will add a multiple inheritance mechanism if a user asks me to, or if I need it miself.
super.method(self)
:, always use : to call any method of any class or instance
new() in any class (see tests)
Please see the project's [GitHub page] for more details and examples.