mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
3970ce1283
Signed-off-by: B. Watson <yalhcru@gmail.com>
10 lines
340 B
Text
10 lines
340 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.
|