https://github.com/progm/object-oriented-lua
A simple and lightweight implementation of the Object-Oriented Paradigm in pure Lua
https://github.com/progm/object-oriented-lua
Last synced: 8 months ago
JSON representation
A simple and lightweight implementation of the Object-Oriented Paradigm in pure Lua
- Host: GitHub
- URL: https://github.com/progm/object-oriented-lua
- Owner: ProGM
- License: mit
- Created: 2014-06-07T15:00:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T06:52:50.000Z (almost 12 years ago)
- Last Synced: 2025-07-31T02:29:29.373Z (11 months ago)
- Language: Lua
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Object-Oriented-Lua
===================
A simple and lightweight implementation of the Object-Oriented Paradigm in pure Lua