mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-26 20:04:48 +01:00
Finish up code generation docs
This commit is contained in:
parent
9329c91591
commit
db6b13378a
@ -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
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user