php-parser/README.md
2018-01-02 14:54:23 +02:00

21 lines
380 B
Markdown

<!--
Title: PHP Parser
Description: A Parser for PHP written in Go.
Author: Slizov Vadim
-->
# PHP-Parser
A Parser for PHP written in Go
## Roadmap
- [X] Lexer
- [x] PHP 7 syntax analyzer
- [x] AST nodes
- [x] AST visitor
- [x] handling nodes line numbers
- [ ] handling php doc comments
- [ ] Tests
- [ ] Documentation
- [ ] PHP 5 syntax analyzer
- [ ] Code flow graph