php-parser/README.md

21 lines
380 B
Markdown
Raw Normal View History

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