This repository has been 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
class
support.- inheritance and polymorphism.
- Indexer(which support multiple indexer and multiple indexer parameters)
- operator overloading
- property with
getter
andsetter
static
method/field/property