Skip to content

5.2.0: PHP 8 attributes, match and nullsafe operator

Compare
Choose a tag to compare
@thekid thekid released this 20 Jul 20:02
· 606 commits to master since this release
  • Merged PR #87: Add support for match expression - @thekid
  • Implemented first step of #86: Support PHP 8 attributes - @thekid
  • Removed lang.ast.syntax.php.NullSafe in favor of builtin support
    (@thekid)
  • Merged PR #84: Extract parser - @thekid