Go to file
2018-01-02 14:37:19 +02:00
node fluent interface for node SetAttribure 2018-01-02 14:11:08 +02:00
parser handle php doc comments 2018-01-02 13:58:22 +02:00
test/node/scalar name nodes 2017-12-05 23:36:28 +02:00
token token interface 2017-12-08 11:37:32 +02:00
.gitignore remove .vscode from git 2017-12-22 14:13:36 +02:00
dumper.go handle nodes positions 2017-12-31 20:53:55 +02:00
LICENSE Create LICENSE 2018-01-02 14:37:19 +02:00
main.go walker 2017-12-28 01:23:32 +02:00
Makefile test scalar string 2017-12-04 12:40:36 +02:00
README.md Create README.md 2018-01-02 14:34:26 +02:00

php-parser

A Parser for PHP written in Go

roadmap

  • Lexer
  • PHP 7 syntax analyzer
  • AST nodes
  • AST traverse
  • handling nodes line numbers
  • handling php doc comments
  • PHP 5 syntax analyzer
  • Code flow graph