combyna/php-peg

PEG parser-generator for PHP

2.0.2 2018-10-01 21:36 UTC

This package is auto-updated.

Last update: 2024-03-21 19:08:24 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.

Documentation of the original