Skip to content

a Lua object-orientation framework based around special syntax

License

Notifications You must be signed in to change notification settings

lostkagamine/classified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classified

a Lua object-orientation framework made to be easy to read and write for

what?

classified is a way to object-orient your Lua code. if you've ever missed working with traditional class-based workflows in Lua, then do I have the library for you.

how?

read the docs folder, it contains... docs.

who?

this is a rin project. blame them for this.

less-important stuff

what license is this under?

this project is licensed under the NVPLv7+.

how did you do this?

a lot of metatables and abuse of how the lua parser works internally

why did you do this?

to be honest i don't know.

can i throw money at you for this atrocity?

yes you can

what versions of lua does this work on?

it was tested on 5.4 and 5.3 and it worked fine there, but it'll most likely work on any version that supports metatables

About

a Lua object-orientation framework based around special syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages