Skip to content

Commit 725a1ea

Browse files
committed
Update README
1 parent e722c78 commit 725a1ea

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ Current Status
1313

1414
No tests are failing
1515

16-
- This is 90% done
17-
- The test suite is not yet comprehensive.
18-
- Need to normalize namespaces.
16+
- Need to normalize namespaces (Mostly done)
1917

2018
[Current Issues](https://github.com/TysonAndre/php-parser-to-php-ast/issues/)
2119

2220
- The test suite this is based off of covers common cases for Phan, but edge cases still remain.
2321
See https://github.com/TysonAndre/php-parser-to-php-ast/issues/4
22+
- See https://github.com/nikic/php-ast/issues/78
23+
24+
Remaining work:
25+
26+
- Translate PhpParser exception to a `\ParseError` instance
2427

2528
Usage
2629
-----
@@ -47,3 +50,4 @@ Possible Future Enhancements
4750
----------------------------
4851

4952
- https://github.com/Microsoft/tolerant-php-parser/issues/113
53+
See https://github.com/tysonandre/tolerant-php-parser-to-php-ast (The library to convert between AST formats is broken(not finished implementing) and inefficient, waiting for stable API for tolerant-php-parser)

0 commit comments

Comments
 (0)