comment | ||
node | ||
parser | ||
test/node/scalar | ||
token | ||
.gitignore | ||
dumper.go | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md |
PHP-Parser
A Parser for PHP written in Go
Roadmap
- Lexer
- PHP 7 syntax analyzer
- AST nodes
- AST visitor
- handling nodes line numbers
- handling php doc comments
- Tests
- Documentation
- PHP 5 syntax analyzer
- Code flow graph