From 413f380afe004d4cec24b4bb11074f31ead28fe6 Mon Sep 17 00:00:00 2001 From: z7zmey Date: Tue, 27 Feb 2018 23:59:27 +0200 Subject: [PATCH] update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba5378a..581d7f7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A Parser for PHP written in Go inspired by [Nikic PHP Parser](https://github.com - Fully support PHP5 and PHP7 syntax - Abstract syntax tree representation - Traversing AST +- Namespace resolver ## Install @@ -65,8 +66,8 @@ $GOPATH/bin/php-parser /path/to/file/or/dir - [x] handling comments - [x] PHP 5 syntax analyzer - [x] Tests +- [x] Namespace resolver - [ ] PhpDocComment parser -- [ ] Namespace resolver - [ ] Error handling - [ ] Stabilize api - [ ] Documentation