php-parser/README.md
2018-01-05 00:35:11 +02:00

395 B

PHP-Parser

A Parser for PHP written in Go

Roadmap

  • Lexer
  • PHP 7 syntax analyzer
  • AST nodes
  • AST visitor
  • AST dumper
  • node position
  • handling comments
  • Tests
  • Documentation
  • PHP 5 syntax analyzer
  • Code flow graph
  • Pretty printer