#
ab80054e |
| 26-Apr-2015 |
Nikita Popov |
Add support for "yield from"
|
Revision tags: v1.2.2, v1.2.1, v1.2.0 |
|
#
251e6892 |
| 12-Mar-2015 |
Nikita Popov |
Add support for spaceship operator (<=>) [PHP 7] Added as Expr\BinaryOp\Spaceship.
|
#
01f4be6b |
| 12-Mar-2015 |
Nikita Popov |
Add support for null coalesce operator (??) [PHP 7] Added as Expr\BinaryOp\Coalesce.
|
Revision tags: v1.1.0, v1.0.2, v1.0.1, v1.0.0, v1.0.0beta2, v0.9.5 |
|
#
2e195d7c |
| 21-Apr-2014 |
nikic |
Make sure that pretty printer preserves whitespace after <?php
|
Revision tags: v1.0.0beta1 |
|
#
91f68807 |
| 27-Mar-2014 |
nikic |
Improve pretty printing of empty statement lists The pStmts() method now also includes the leading \n, however only if the statement list is non-empty.
|
#
cda6f575 |
| 26-Mar-2014 |
nikic |
Add support for pow operator (PHP 5.6)
|
#
f82862ec |
| 06-Feb-2014 |
nikic |
Port library to use namespaces, with BC for old names
|