diff --git a/README.md b/README.md index 5295e96..10ecc14 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,20 @@ -# php-parser + + +# PHP-Parser A Parser for PHP written in Go -## roadmap +## Roadmap - [X] Lexer - [x] PHP 7 syntax analyzer - [x] AST nodes -- [x] AST traverse +- [x] AST visitor - [x] handling nodes line numbers - [ ] handling php doc comments +- [ ] Tests +- [ ] Documentation - [ ] PHP 5 syntax analyzer - [ ] Code flow graph