This repository was archived by the owner on Jan 27, 2021. It is now read-only.
Tags: daelvn/lobject
Tags
Multiple inheritance now works
Turns out that inheritance never worked, to start with. Some debugging
and some easy fixes now let the user: inherit, perform multiple
inheritance besides the name of the Class or Mixin (like `Class ("Name",
AnotherClass, Mixin) (...)`) and merge tables correctly. Because yes,
apparently I am not smart enough to make a simple merge work.