History log of /php-ast/ (Results 176 – 200 of 329)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4e5d783330-Jul-2017 Nikita Popov

Update documentation

f18a9ea230-Jul-2017 Nikita Popov

Update stub file

3358b9a030-Jul-2017 Nikita Popov

Use ast\Metadata object for ast\get_metadata()

c58b3bc230-Jul-2017 Jan-E

Add appveyor.yml (#73)

be365b4329-Jul-2017 Nikita Popov

Make flags information slightly more accurate

a37c132b29-Jul-2017 Nikita Popov

Use ast\get_metadata() in AST dumper

8f4a033b29-Jul-2017 Nikita Popov

Add ast\get_metadata() function

This function returns metadata about the AST kinds. Currently this
mainly provides the flags supported by each AST kind.

698bb51829-Jul-2017 Nikita Popov

Param flags are combinable

64fda72929-Jul-2017 Nikita Popov

Update Windows DLL URL

4a35b7fd29-Jul-2017 Nikita Popov

Add examples for some tricky nodes/flags

Closes #33 and #35.

d6c3844129-Jul-2017 Nikita Popov

Add missing changelog entry regarding PROP_ELEM

Resolves issue #70.

c5990ac819-Jul-2017 Nikita Popov

Back to dev

Revision tags: v0.1.5
b4bb167619-Jul-2017 Nikita Popov

Release version 0.1.5

220bab8119-Jul-2017 Nikita Popov

Mark version 35 as deprecated

0414087919-Jul-2017 Nikita Popov

Mention in docs that ast\Node\Decl is no longer used

Mark versions 45 and 50 as supported.

edc2c4c119-Jul-2017 Nikita Popov

Update changelog

3394775e19-Jul-2017 Nikita Popov

Regenerate stubs

7f91b00e19-Jul-2017 Nikita Popov

Add CLOSURE_USE_REF flag

With the CLOSURE_ prefix to distinguish it from the namespace
USE_ flags.

497a855819-Jul-2017 Nikita Popov

Rename RETURNS_REF to FUNC_RETURNS_REF

1a60479508-Jul-2017 Tyson Andre

In version 50+, return an empty statement list in \ast\parse_file

This makes \ast\parse_file and \ast\parse_code consistent.

file_get_contents has a similar check of the result of s

In version 50+, return an empty statement list in \ast\parse_file

This makes \ast\parse_file and \ast\parse_code consistent.

file_get_contents has a similar check of the result of stream_read,
it will return the empty string if it returned null.

show more ...

4d680f5517-Jul-2017 Nikita Popov

Expose FUNC_GENERATOR flag

cf4f45e628-Jun-2017 Nikita Popov

Add skipif

cca3151428-Jun-2017 Nikita Popov

Don't use Decl nodes in version 50

392e929c28-Jun-2017 Nikita Popov

Recognize "object" types in version 45

Also shift off the __declId change to version 50.

07efc42128-Jun-2017 Nikita Popov

Move version into ast_state_info

12345678910>>...14