资 源 简 介
Please note that the code has now moved to a [GitHub repository](http://github.com/sroccaserra/object-lua).
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"m in the process of adding Mixin.