Skip to content

3.0.0: Compiler continuation

Compare
Choose a tag to compare
@thekid thekid released this 10 Aug 14:47
· 1007 commits to master since this release
  • Made compatible with PHP 7.4 - refrain using {} for string offsets
    (@thekid)
  • Merged PR #45 - Multiple errors - @thekid
  • Changed compiler to emit deprecation warnings for Hack language style
    arrow functions and compact methods using ==>, instead advocating the
    use of PHP 7.4 with the fn keyword; see issue #65
    (@thekid)