Go to file
2018-01-08 21:18:09 +02:00
comment add comment struct 2018-01-03 00:12:28 +02:00
node node constructors return concrete type 2018-01-08 21:18:09 +02:00
parser node constructors return concrete type 2018-01-08 21:18:09 +02:00
test/node/scalar strings tests 2018-01-06 16:05:48 +02:00
token fix comments pointers 2018-01-06 14:04:02 +02:00
.gitignore ignore example.php 2018-01-05 13:22:38 +02:00
CODE_OF_CONDUCT.md update CODE_OF_CONDUCT.md 2018-01-05 19:49:29 +02:00
CONTRIBUTING.md create CONTRIBUTING.md 2018-01-05 19:37:08 +02:00
dumper.go handle comments 2018-01-05 17:09:04 +02:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2018-01-05 19:23:10 +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 improve Makefile allow call make run PHPFILE=/path/to/php/file/to/parse 2018-01-05 13:17:59 +02:00
README.md update README.md 2018-01-05 19:48:20 +02:00

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