This repository was archived by the owner on Dec 20, 2018. It is now read-only.
monkey v4.0
- Add 'unsigned int' builtin data type(
let u = 10u) - Add simple
classsupport.- inheritance and polymorphism.
- Indexer(which support multiple indexer and multiple indexer parameters)
- operator overloading
- property with
getterandsetter staticmethod/field/property