JavaScript based PHP code generator: PHP → AST → PHP

Using glayzzle's php-parser as the parser

and using php-unparser to generate the code

Inspired by the escodegen demo, this is a pretty printer using both php-parser and php-unparser