combyna/php-peg

PEG parser-generator for PHP

Maintainers

Package info

github.com/combyna/php-peg

pkg:composer/combyna/php-peg

Statistics

Installs: 757

Dependents: 1

Suggesters: 0

Stars: 3

2.0.2 2018-10-01 21:36 UTC

This package is auto-updated.

Last update: 2026-02-21 23:42:23 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