From f1f181b367cb91228223a341c9068da3808e8e88 Mon Sep 17 00:00:00 2001 From: z7zmey Date: Fri, 5 Jan 2018 00:33:50 +0200 Subject: [PATCH] update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10ecc14..a89d75f 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ A Parser for PHP written in Go - [x] PHP 7 syntax analyzer - [x] AST nodes - [x] AST visitor -- [x] handling nodes line numbers -- [ ] handling php doc comments +- [x] AST dumper +- [x] node position +- [ ] handling comments - [ ] Tests - [ ] Documentation - [ ] PHP 5 syntax analyzer - [ ] Code flow graph +- [ ] Pretty printer \ No newline at end of file