update README.md

This commit is contained in:
vadim 2018-01-02 14:41:54 +02:00
parent 8b2ed2b2f1
commit bbf9b0cc09

View File

@ -1,12 +1,20 @@
# php-parser
<!--
Title: PHP Parser
Description: A Parser for PHP written in Go.
Author: Slizov Vadim
-->
# 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