Skip to content

ryiwamoto/php-ast-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages