Home:

PhpParser 1.2 generates a pure Java parser for PHP programs. Invoking this parser yields an explicit parse tree (AST) and a tree walker suitable for further analysis.
The grammar of this project was based in a phpparser project by Sidharth Kuruvila.

This tool package is based upon:
- ANTLR 3.2 (www.antlr.org).
- JDK 1.6 (java.sun.com).
- Grammar specifications of PHP 5.3.