Yonaba / Lua-Class-System

Lua Class System (LCS) is a small library which offers a clean, minimalistic but powerful API for (Pseudo) Object Oriented programming style using Lua.
http://yonaba.github.com/Lua-Class-System
64 stars 17 forks source link

Fixes to callFromSuperclass + subclasses can now be abstract/final #6

Closed dvorakroth closed 11 years ago

dvorakroth commented 11 years ago

Try running this: http://pastebin.com/JSDfzWTh

Cheers, Alex

Yonaba commented 11 years ago

@dvorakroth : This is pure awesomeness. Thanks for the patch. I'll bring some cleaning and features on the top later on.