Minimalistic class system for Lua.
- Lua 96.2%
- Linker Script 3.8%
| .luacheckrc | First commit. | |
| config.ld | Various fixes. | |
| example.lua |
Change :extend to :klass.
|
|
| init.lua | First commit. | |
| klass-0.1.0-1.rockspec | Version 0.1.0. | |
| klass.lua |
Change :extend to :klass.
|
|
| LICENSE.md | Various fixes. | |
| README.md |
Move example from README.md to its own file.
|
|
| test.lua |
Change :extend to :klass.
|
|
Klass
Minimalistic class system for Lua.
License
This program is free software released under a permissive license. You can
use it both in Free and closed source software. See LICENSE.md for details.
Requirements
- Lua 5.1 or later.
API Documentation
The API documentation is generated using LDoc.
Links
- Repository page at Codeberg.
Examples
To see an example of klass usage, see the file example.lua.