public
Description: Abstract Base Classes for Lua
Homepage:
Clone URL: git://github.com/hircus/lua-abc.git
README.txt
abc: Abstract Base Classes
==========================

An implementation of Python's abc (Abstract Base Classes) pattern for Lua.

abc can be used to add abstract methods to classes (or plain tables), and comes with a verifier to verify that a class 
or table does not define, or inherit, any of these abstract methods.