History log of /php-ast/ (Results 251 – 275 of 325)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
26bf9d3c10-Mar-2016 Nikita Popov

Support PHP 7.1 class constant visibility

a) CLASS_CONST_DECL now uses modifier flags. For PHP < 7.1 we
emuate MODIFIER_PUBLIC here for consistency.
b) CONST_ELEM can now have a d

Support PHP 7.1 class constant visibility

a) CLASS_CONST_DECL now uses modifier flags. For PHP < 7.1 we
emuate MODIFIER_PUBLIC here for consistency.
b) CONST_ELEM can now have a docComment properts (in analog to the
property on PROP_ELEM).

show more ...

e7c507c615-Dec-2015 Nikita Popov

Tweak stubs file

8dc57ab115-Dec-2015 Nikita Popov

Add script to generate stubs

Move both gen scripts into common scripts/ folder.

5ed93ffb15-Dec-2015 Nikita Popov

Merge pull request #22 from zeroedin-bill/add-ast-stub

Add ast_stub.php


c387d50213-Dec-2015 Matthias Gutjahr

Add second parameter $version to parse_code()

The method `parse_code()` requires the second parameter `$version`,
but it is missing in some examples. The commit fixes this.

92c4df6f10-Dec-2015 Nikita Popov

Add install instructions with Windows DLLs

466fc56f04-Dec-2015 Nikita Popov

Back to 0.1.2-dev

Revision tags: v0.1.1
3b9abc7b04-Dec-2015 Nikita Popov

Release version 0.1.1 with OSX build fix

fed12faa04-Dec-2015 Nikita Popov

Avoid premature macro resolution / Fix OSX build

AST_STR(true) and AST_STR(false) were resolved to AST_STR(1) and
AST_STR(0), so go back to using a str_ prefix everywhere.

04c1023104-Dec-2015 Nikita Popov

Back to 0.1.1-dev

Revision tags: v0.1.0
a6de8b5904-Dec-2015 Nikita Popov

Version 0.1.0

90c0432b04-Dec-2015 Nikita Popov

Mark version 20 as current

1ca15bdf04-Dec-2015 Nikita Popov

Rename some child names

a043da0e19-Nov-2015 Bill Schaller

add ast_stub.php

to provide phpdoc stub for use with IDEs

51f2183b01-Nov-2015 Nikita Popov

Add USE_* and MAGIC_* flag constants

This drops the effective dependency on tokenizer.

Also replace token numbers with %d as these are unstable.

f4284d7428-Oct-2015 Remi Collet

Set version to 0.1.0-dev

ac969d7821-Oct-2015 Nikita Popov

Make $version argument required

[bc-break]

8111504d21-Oct-2015 Nikita Popov

Move docComment to PROP_ELEM

c1c16d4221-Oct-2015 Nikita Popov

Change some node names

8829e31017-Sep-2015 Nikita Popov

Commit test files

Forgot to git add...

97a17d7817-Sep-2015 Nikita Popov

Update version changelog

3d35346817-Sep-2015 Nikita Popov

Flatten nested STMT_LISTs

Some nodes like ECHO always get wrapped in STMT_LIST, resulting in
some weird syntax trees.

5694d06617-Sep-2015 Nikita Popov

Use AST_VAR node for static var + catch var

For version 20. Previously this was a simple string with the
variable name.

2750276517-Sep-2015 Nikita Popov

Fix child names for virtual nodes

7a3886c917-Sep-2015 Nikita Popov

Use version 30 for named children

1...<<111213