parser
parser copied to clipboard
Add an AST printer
An AST printer should be able to take an AST generated by the parser and reconstruct the original PHP source code.
This will be especially useful for some tools I have planned.