Skip to content

Releases: Felyp-Henrique/class

v0.1.0

17 Aug 23:18
Compare
Choose a tag to compare

It's done:

  • It's works with constructors.
  • It's works with instance methods.
  • It's works with static methods and fields.
  • It's has multiple inheritance support.
  • It's has polymorphism support.
  • It's has super keywords.