Skip to content

spaiz/php-parser

Repository files navigation

PHP-Parser

A Parser for PHP written in Go inspired by Nikic PHP Parser

Roadmap

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

About

A Parser for PHP written in Go

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 81.4%
  • Yacc 16.7%
  • Lex 1.9%