Skip to content

Sample 60 Marks

Latest
Compare
Choose a tag to compare
@ghanem-mhd ghanem-mhd released this 23 May 06:50
· 112 commits to master since this release

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.