Skip to content

Commit 56b8701

Browse files
authored
Update README.md
1 parent 64ba7af commit 56b8701

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

66
This 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

911
Supported [php-ast AST versions](https://github.com/nikic/php-ast#version-changelog): 40, 45, 50
1012

0 commit comments

Comments
 (0)