This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
Releases: sanmai/hoa-compiler
Releases · sanmai/hoa-compiler
PHP 8 ready
Enhanced exception context, fixed PCRE issue
Kudos to @ohader for pointing at these issues, and providing fixes:
Fix parsing of spaces in LL(k) token definitions
Initial release
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 toHoa\Compiler\Exception
- The package itself does not depend on development time only dependencies. If you need to call
getAST()
you need to manually installhoa/regex
andhoa/file
.
Other major changes:
- Tests now also use PHPUnit.