combyna / php-peg
PEG parser-generator for PHP
2.0.2
2018-10-01 21:36 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2024-10-21 20:36:29 UTC
README
This is a minimally invasive fork of hafriedlander/php-peg.
It contains the following fixes:
- Support for Composer autoloading (courtesy of hnesk/php-peg
- A fix for a segfault caused by catastrophic backtracking in a regex.