This repository was archived by the owner on Jun 18, 2025. It is now read-only.
v0.6.0
Bug Fixes
- 馃悰 classes in JavaScript are functions you can call (bcfb877)
Features
- 馃幐 check for function arity before call it (b7d1840)
- 馃幐 implement [[Set]] expressions for assignments (ce6cf4b)
- 馃幐 implement classes/instances and fields looking up there (908b64b)
- 馃幐 implement methods support in classes (e39a07a)
- 馃幐 interpreter for empty statements (a722adc)
- 馃幐 support for constructors in classes (b2abf89)
- 馃幐 this expressions now refers to an instance (f966b2f)