fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.05k stars 711 forks source link

Php code from ast #653

Open andreymeretsky opened 2 years ago

andreymeretsky commented 2 years ago

From readme: Copying an AST or dropping a file containing an AST into the window will parse the AST and update the code using escodegen.

My question is: can I somehow generate php code from your ast? I want traverse ast from php code, edit some details and generate back. Can you recommend the way to do it?