update README.md
This commit is contained in:
parent
2ddcbb52a4
commit
3eb29f456a
@ -14,7 +14,7 @@
|
|||||||
A Parser for PHP written in Go inspired by [Nikic PHP Parser](https://github.com/nikic/PHP-Parser)
|
A Parser for PHP written in Go inspired by [Nikic PHP Parser](https://github.com/nikic/PHP-Parser)
|
||||||
|
|
||||||
## Features:
|
## Features:
|
||||||
- Fully support PHP7 syntax (PHP5 in future)
|
- Fully support PHP5 and PHP7 syntax
|
||||||
- Abstract syntax tree representation
|
- Abstract syntax tree representation
|
||||||
- Traversing AST
|
- Traversing AST
|
||||||
|
|
||||||
@ -50,10 +50,10 @@ func main() {
|
|||||||
- [x] AST dumper
|
- [x] AST dumper
|
||||||
- [x] node position
|
- [x] node position
|
||||||
- [x] handling comments
|
- [x] handling comments
|
||||||
|
- [x] PHP 5 syntax analyzer
|
||||||
- [ ] Tests
|
- [ ] Tests
|
||||||
- [ ] Error handling
|
- [ ] Error handling
|
||||||
- [ ] Stabilize api
|
- [ ] Stabilize api
|
||||||
- [ ] Documentation
|
- [ ] Documentation
|
||||||
- [ ] PHP 5 syntax analyzer
|
|
||||||
- [ ] Code flow graph
|
|
||||||
- [ ] Pretty printer
|
- [ ] Pretty printer
|
||||||
|
- [ ] Code flow graph
|
||||||
|
Loading…
Reference in New Issue
Block a user