You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 10 years ago
..
README python/phply: Added (PHP lexer and parser in Python). 10 years ago
phply-setup.py.diff python/phply: Added (PHP lexer and parser in Python). 10 years ago
phply.SlackBuild python/phply: Added (PHP lexer and parser in Python). 10 years ago
phply.info Multiple: Fixed .info file (removed pysetuptools) 10 years ago
slack-desc python/phply: Added (PHP lexer and parser in Python). 10 years ago

README

phply is a lexer and parser for the PHP programming language written in
Python.

Included tools installed to /usr/bin:

phpshell.py - PHP interactive interpreter written in Python

php2json.py - Converts PHP to a JSON-based abstract syntax tree
Usage: php2json.py < input.php > output.json

php2python.py - Converts PHP to Python using unparse.py
Usage: php2python.py < input.php > output.py

php2jinja.py - Converts PHP to Jinja2 templates (experimental)
Usage: php2jinja.py < input.php > output.html