Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Releases: sanmai/hoa-compiler

PHP 8 ready

02 Jan 15:32
959900f
Compare
Choose a tag to compare

Tested to work under PHP 8.

Enhanced exception context, fixed PCRE issue

07 Oct 09:39
7ca878c
Compare
Choose a tag to compare

Fix parsing of spaces in LL(k) token definitions

02 May 09:34
5928a90
Compare
Choose a tag to compare

Initial release

06 Apr 02:04
9e98247
Compare
Choose a tag to compare

This version should be input-output-wise backward-compatible with the original package.

BC breaking changes include:

  • Hoa\Exception\Exception sub-classes are no longer thrown, please switch to Hoa\Compiler\Exception
  • The package itself does not depend on development time only dependencies. If you need to call getAST() you need to manually install hoa/regex and hoa/file.

Other major changes:

  • Tests now also use PHPUnit.