class creation with inheritance and constructor

$ luarocks install class

This module provides helper functions to create and work with classes.
A class can implement prototype methods shared among all its instances.
A class can implement an initialize method that will be called for new instances.
A class can inherit from another class, prototype methods are inherited by the subclasses.

Versions

0.7-11 year ago79 downloads

Dependencies

lua >= 5.4

Dependency for

corenlp, promise-async-await, torch-pcl

Manifests