From 3eb29f456a420961764a422f69fb6875a550f845 Mon Sep 17 00:00:00 2001 From: z7zmey Date: Sun, 4 Feb 2018 21:47:12 +0200 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1aaecb..9bb31ef 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A Parser for PHP written in Go inspired by [Nikic PHP Parser](https://github.com/nikic/PHP-Parser) ## Features: -- Fully support PHP7 syntax (PHP5 in future) +- Fully support PHP5 and PHP7 syntax - Abstract syntax tree representation - Traversing AST @@ -50,10 +50,10 @@ func main() { - [x] AST dumper - [x] node position - [x] handling comments +- [x] PHP 5 syntax analyzer - [ ] Tests - [ ] Error handling - [ ] Stabilize api - [ ] Documentation -- [ ] PHP 5 syntax analyzer -- [ ] Code flow graph - [ ] Pretty printer +- [ ] Code flow graph