diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/phply/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/phply/README b/python/phply/README index d500d137a42b..7ec485a8f8eb 100644 --- a/python/phply/README +++ b/python/phply/README @@ -1,9 +1,10 @@ -phply is a parser for the PHP programming language written using PLY, a -Lex/YACC-style parser generator toolkit for Python. +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. +The python library simplejson is an optional dependency. phply ships +with a script php2json.py in /usr/doc/phply-$VERSION/tools that +requires it. |