History log of /php-ast/ (Results 301 – 325 of 325)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
624b4fdf26-Jun-2015 Rasmus Lerdorf

Add parse_file() function

707e219419-Jun-2015 Nikita Popov

Small cleanups

* use ZVAL_STR_COPY
* Don't use cache slot for Node\Decl

1fcf9afc19-Jun-2015 Nikita Popov

Update README

2975fede19-Jun-2015 Nikita Popov

Show return type hints

Decls now have 4 children and the last one is a name.

6c5ee11919-Jun-2015 Nikita Popov

Don't dump linenos by default

For most purposes this is just noise.

In the test it looks like the lineno for AST_ARG_LIST is not being
computed correctly :/

9a60e35019-Jun-2015 Nikita Popov

Use ast\Node\Decl for declarations

Not including property declarations, as those do not use decl
layout.

e556064019-Jun-2015 Nikita Popov

Make test independent of ast_dump implementation

Tests shouldn't break when changing it...

75b83e6619-Jun-2015 Nikita Popov

Build on Travis

881bab4d19-Jun-2015 Rasmus Lerdorf

Fix test

01e7a14f18-Jun-2015 Rasmus Lerdorf

Store the decl name as well if present

cda0c47317-Jun-2015 Márcio Almada

Update AST data

cf55ab9718-Feb-2015 Nikita Popov

Update AST data

c56c530a13-Feb-2015 Nikita Popov

Fix compat with current master

ast/ast_arena are now pushed/poped with the lexical state.

8233ab6311-Jan-2015 Nikita Popov

More compact AST dump

Drop those {}

1c43381f11-Jan-2015 Nikita Popov

Fix compat with current master

fd54028b08-Sep-2014 Nikita Popov

Forgot to add TYPE_CALLABLE

cc7800e808-Sep-2014 Nikita Popov

Add flags

35b042a908-Sep-2014 Nikita Popov

Use underscores for function names

bdaea05b08-Sep-2014 Nikita Popov

Use persistent strings

cd104e3b08-Sep-2014 Nikita Popov

Update README with some info

851b139f08-Sep-2014 Nikita Popov

Add test

d290934f07-Sep-2014 Nikita Popov

Remove stay whitespace in ast data generation

705501a507-Sep-2014 Nikita Popov

Use cache slots to update properties

2ca1b56407-Sep-2014 Nikita Popov

Switch to object ast nodes (more compact)

8413406107-Sep-2014 Nikita Popov

Initial commit

1...<<111213