abertschi / eclipse-pdt-parser-fatjar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Eclipse Public License 2.0


Languages

Language:PHP 99.3%Language:Java 0.7%