update README.md
This commit is contained in:
parent
8b2ed2b2f1
commit
bbf9b0cc09
14
README.md
14
README.md
@ -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
|
A Parser for PHP written in Go
|
||||||
|
|
||||||
## roadmap
|
## Roadmap
|
||||||
- [X] Lexer
|
- [X] Lexer
|
||||||
- [x] PHP 7 syntax analyzer
|
- [x] PHP 7 syntax analyzer
|
||||||
- [x] AST nodes
|
- [x] AST nodes
|
||||||
- [x] AST traverse
|
- [x] AST visitor
|
||||||
- [x] handling nodes line numbers
|
- [x] handling nodes line numbers
|
||||||
- [ ] handling php doc comments
|
- [ ] handling php doc comments
|
||||||
|
- [ ] Tests
|
||||||
|
- [ ] Documentation
|
||||||
- [ ] PHP 5 syntax analyzer
|
- [ ] PHP 5 syntax analyzer
|
||||||
- [ ] Code flow graph
|
- [ ] Code flow graph
|
||||||
|
Loading…
Reference in New Issue
Block a user