You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses Microsoft/tolerant-php-parser to generate a tree with error tolerance, then converts from that tree to ast\Node: https://github.com/Microsoft/tolerant-php-parser/issues/113
6
+
This project uses Microsoft/tolerant-php-parser to generate a tree with error tolerance, then converts from that tree to ast\Node from [php-ast](https://github.com/nikic/php-ast)
7
7
8
-
This is 90% done. Current test cases pass, but some cases aren't yet tested.
9
-
10
-
- Still being ported from https://github.com/TysonAndre/php-parser-to-php-ast
11
-
- The test suite is not yet comprehensive, may need to handle tokens
0 commit comments