Create README.md
This commit is contained in:
parent
31cc11da0c
commit
4a031af691
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# php-parser
|
||||||
|
A Parser for PHP written in Go
|
||||||
|
|
||||||
|
## roadmap
|
||||||
|
- [X] Lexer
|
||||||
|
- [x] PHP 7 syntax analyzer
|
||||||
|
- [x] AST nodes
|
||||||
|
- [x] AST traverse
|
||||||
|
- [x] handling nodes line numbers
|
||||||
|
- [ ] handling php doc comments
|
||||||
|
- [ ] PHP 5 syntax analyzer
|
||||||
|
- [ ] Code flow graph
|
Loading…
x
Reference in New Issue
Block a user