php-parser/README.md

13 lines
247 B
Markdown
Raw Normal View History

2018-01-02 12:34:26 +00:00
# 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