CLox v1.5.0
CLox version 1.5.0, it introduces the following new features on the last version 1.4.0:
- Refined object model which is similar to Smalltalk's metaclass system.
- Class methods in class declaration, and
trait
keyword for trait declaration. - Allow loading lox source files in lox script and another lox source file with
require
keyword. - Anonymous classes/traits similar to anonymous functions/lambda.