This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
lua-abc /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Oct 18 18:40:05 -0700 2009 | |
| |
INSTALL.txt | Sun Oct 18 20:55:51 -0700 2009 | |
| |
LICENSE.txt | Sun Oct 18 20:55:51 -0700 2009 | |
| |
Makefile | Sun Oct 18 18:40:05 -0700 2009 | |
| |
README.txt | Sun Oct 18 20:55:51 -0700 2009 | |
| |
abc.lua | Sun Oct 18 20:55:51 -0700 2009 | |
| |
abc_loop_testcase.lua | Sun Oct 18 20:55:51 -0700 2009 | |
| |
abc_standalone_testcase.lua | Sun Oct 18 20:55:51 -0700 2009 |
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.







