mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
514e76fd62
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
9 lines
341 B
Text
9 lines
341 B
Text
phply is a parser for the PHP programming language written using PLY, a
|
|
Lex/YACC-style parser generator toolkit for Python.
|
|
|
|
See README.Slackware for some usage notes.
|
|
|
|
A Note on Dependencies:
|
|
|
|
The python library simplejson is an optional dependency. phply ships with a
|
|
script php2json.py in /usr/doc/phply-$VERSION/tools that requires it.
|