summaryrefslogtreecommitdiffstats
path: root/python/phply/README
blob: d500d137a42b37e888d63c9731d90fdd0f386595 (plain)
1
2
3
4
5
6
7
8
9
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.