1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00

Finish up code generation docs

This commit is contained in:
nikic 2012-04-23 13:37:12 +02:00
parent 9329c91591
commit db6b13378a

View File

@ -1,7 +1,9 @@
Code generation
===============
...
It is also possible to generate code using the parser, by first creating an Abstract Syntax Tree and then using the
pretty printer to convert it to PHP code. To simplify code generation, the project comes with a set of builders for
common structures as well as simple templating support. Both features are described in the following:
Builders
--------