php-parser/README.md
2018-01-02 14:34:26 +02:00

247 B

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