chris-l / php-unparser

A JavaScript based code generator, to unparse glayzzle/php-parser compatible AST back to code.
https://chris-l.github.io/php-unparser/
33 stars 12 forks source link

Added support for nested blocks #10

Closed bbtgp closed 7 years ago

bbtgp commented 7 years ago

This pull request adds support for nested blocks generated by php parser, along with a test.

{
        {
             // Code generation for this
        }
}
chris-l commented 7 years ago

I didn't even knew creating blocks like that was possible, but if it is possible, then certainly it should be supported.

Thanks for your contribution!

bbtgp commented 7 years ago

No, thank you for this awesome tool!