File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ PHP-Parser to php-ast
44[ ![ Build Status] ( https://travis-ci.org/TysonAndre/php-parser-to-php-ast.svg?branch=master )] ( https://travis-ci.org/TysonAndre/php-parser-to-php-ast )
55
66This converts ASTs(Abstract Syntax Trees) from [ PHP-Parser] ( https://github.com/nikic/PHP-Parser ) to [ php-ast] ( https://github.com/nikic/php-ast/ ) .
7- It can be used as a PHP-only implementation of php-ast.
7+ It can be used as a PHP-only implementation of php-ast. It can alternatively be used as a best-effort parser for syntactically valid PHP code.
8+
9+ Also see https://github.com/TysonAndre/tolerant-php-parser-to-php-ast (in progress, may have better results)
810
911Supported [ php-ast AST versions] ( https://github.com/nikic/php-ast#version-changelog ) : 40, 45, 50
1012
You can’t perform that action at this time.
0 commit comments