Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Sep 17, 2017
1 parent e722c78 commit 725a1ea
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ Current Status

No tests are failing

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

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

- The test suite this is based off of covers common cases for Phan, but edge cases still remain.
See https://github.com/TysonAndre/php-parser-to-php-ast/issues/4
- See https://github.com/nikic/php-ast/issues/78

Remaining work:

- Translate PhpParser exception to a `\ParseError` instance

Usage
-----
Expand All @@ -47,3 +50,4 @@ Possible Future Enhancements
----------------------------

- https://github.com/Microsoft/tolerant-php-parser/issues/113
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 comments on commit 725a1ea

Please sign in to comment.