Nikita Popov
|
993f29906b
|
Avoid parent constructor call during node construction
Instead explicitly assign the attributes. This is a minor
performance improvement.
|
2019-05-12 14:55:21 +02:00 |
|
Gabriel Caruso
|
248b29ecf6
|
Add public visibility to getType method (#463)
|
2018-01-10 18:57:48 +01:00 |
|
Nikita Popov
|
1c11626f0a
|
Add explicit getType() methods
Rather than automatically deriving getType() from the class name.
|
2017-11-12 21:27:14 +01:00 |
|
TomasVotruba
|
e2e99f269b
|
Add strict_types to lib code
|
2017-08-18 23:00:13 +02:00 |
|
TomasVotruba
|
ec535ea14e
|
[cs] use PHP 5.4 short array, since PHP 7.0 is min version
|
2017-08-13 21:14:28 +02:00 |
|
Nikita Popov
|
a32e3797d4
|
Generate PHP 7 type annotations
|
2017-04-28 21:40:59 +02:00 |
|
Nikita Popov
|
29b9015f51
|
Drop support for old Node format
|
2015-05-02 22:17:34 +02:00 |
|
Nikita Popov
|
ab80054e97
|
Add support for "yield from"
|
2015-04-26 11:56:02 +02:00 |
|