.gitignore
AUTHORS
LICENSE
README.md
setup.py
phply/__init__.py
phply/phpast.py
phply/phplex.py
phply/phpparse.py
phply/pythonast.py
phply.egg-info/PKG-INFO
phply.egg-info/SOURCES.txt
phply.egg-info/dependency_links.txt
phply.egg-info/namespace_packages.txt
phply.egg-info/not-zip-safe
phply.egg-info/requires.txt
phply.egg-info/top_level.txt
tests/__init__.py
tests/test_lexer.py
tests/test_parser.py
tools/php2jinja.py
tools/php2json.py
tools/php2python.py
tools/phpshell.py
tools/tokenize.php
tools/unparse.py