ryiwamoto / php-ast-json

The tool that shows JSON of AST.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTLATION

  1. install PHP7
  2. install ast extension

USAGE

ast.php's output is JSON that represents AST. remove_lineno.php filters out lineno and doccomment from AST.

cat /your/file.php | php ./bin/ast.php | php ./bin/remove_lineno.php

About

The tool that shows JSON of AST.


Languages

Language:PHP 100.0%