hafriedlander / php-peg

PEG (parsing expression grammar) compiler for PHP
Other
191 stars 53 forks source link

Maintained fork #40

Open jcubic opened 9 months ago

jcubic commented 9 months ago

Are there any maintained forks? I see some more recent but they don't have issues open.

/cc @jkenn99 @smuuf

smuuf commented 9 months ago

My fork is not being actively developed right now, but also not abandoned per-se. Rather it currently pretty much works as expected and there's no particular reason (I am aware of) to fiddle with it right now.

jcubic commented 9 months ago

@smuuf I've found a few issues with your fork but no way to report a bug. There is an issue with quotation characters, they work only in regular expressions. There may be more issues, I need to try multiple things before my code works as expected because of bugs in the library.