History log of /php-ast/ (Results 226 – 250 of 325)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: v0.1.2
abfef40804-Aug-2016 Nikita Popov

Release version 0.1.2

d806786204-Aug-2016 Nikita Popov

Deprecate version 20, mark 35 as default

d3853b9604-Aug-2016 Nikita Popov

And fix the PHP 7.0 build again...

This code is getting damn ugly

322e614a04-Aug-2016 Nikita Popov

Version 35: Backward/forward emulation of list() format

eded56d504-Aug-2016 Nikita Popov

Expose PHP 7.1 ARRAY_SYNTAX flags

1ba1ca7a04-Aug-2016 Nikita Popov

And fix the PHP 7.0 build again

2d3812a304-Aug-2016 Nikita Popov

Version 35: Forward/backward emulation of AST_CATCH format

c81fe78104-Aug-2016 Nikita Popov

Fix PHP 7.0 build

ed51bba004-Aug-2016 Nikita Popov

Add support for "iterable" type

fc5048fc04-Aug-2016 Nikita Popov

Support nullable types

Represent these using a new AST_NULLABLE_TYPE virtual node.

f308dce204-Aug-2016 Nikita Popov

Make generate_ast_data independent of zend_ast.h

Depending on this file is a problem if we want to support multiple
versions of PHP.

b8f5805b08-Jun-2016 Nikita Popov

Fix build on PHP 7.1

0996526601-May-2016 Nikita Popov

Normalize to AST_STMT_LIST

Per @tpunt's suggestion.

fec4dd6201-May-2016 Nikita Popov

Add "Differences to PHP-Parser" section

f199ac8301-May-2016 Nikita Popov

Represent scalar types as AST_TYPE

Per @tpunt's suggestion.

0bd7cc8401-May-2016 Nikita Popov

Stip null elements from AST_STMT_LIST

7b78bf1101-May-2016 Nikita Popov

Normalize ('\bar')() by removing leading backslash

6ba2117c01-May-2016 Nikita Popov

Represent ?? as BINARY_OP

d3e5d66530-Apr-2016 Nikita Popov

Update version list

0d8c47b930-Apr-2016 Nikita Popov

Deprecate version 15

Switching tests to version 30 where possible.

1ddd0dae30-Apr-2016 Nikita Popov

More version annotations in README

ab30047f10-Mar-2016 Nikita Popov

Deprecate version 10

7b051eb910-Mar-2016 Nikita Popov

Add AST node list to README

78740a2d10-Mar-2016 Nikita Popov

Mark version 30 as current

No point in keeping it experimental if people already rely on the
format...

81b9b7a710-Mar-2016 Nikita Popov

Fix PHP 7.0 build

12345678910>>...13