Skip to content

Releases: yaapc/php_comp

Sample 60 Marks

23 May 06:50
Compare
Choose a tag to compare

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.