Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 362 Bytes

README.org

File metadata and controls

12 lines (9 loc) · 362 Bytes

Eclipse PDT fatjar parser

Bundles the Eclipse PDT parser as a fatjar (with all its dependencies) and prints parsed AST to stdout. Can be used to verify correct parsing behavior of graalphp-parser.

Build

$ ant -buildfile build.xml
$ java -jar dist/eclipse-pdt-parser.jar /path/to/phpfile.php

https://github.com/abertschi/graalphp