Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

monkey v4.0

Compare
Choose a tag to compare
@haifenghuang haifenghuang released this 26 Jan 02:30
· 127 commits to master since this release
  • Add 'unsigned int' builtin data type(let u = 10u)
  • Add simple class support.
    • inheritance and polymorphism.
    • Indexer(which support multiple indexer and multiple indexer parameters)
    • operator overloading
    • property with getter and setter
    • static method/field/property