Skip to content

Jennal/LuaUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LuaUtils

Lua Utils to make lua functional

Oop Feature

  • create new class
  • create new interface
  • single inherit and multi inherit from class/interface support
  • use of unimplemented function/member in sub class of interface would cause error
  • constructor support
  • call single/multi super class' constructor support
  • call multi super classes' conflict name function/member support
  • extend after inherit support
  • class/super class type check support

Tests

See here

About

Lua Utils to make lua functional

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages