Description:
This release contain the following:
- Type check & Code generation for function with default parameters.
- Type check & Code generation for class with member (methods and properties).
- Type check & Code generation for basic (for, while, if, binary operations).
- Optimization on level of AST (Shortcut Binary Operations for scalar, dead code elimination with return, break, continue statements.