1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-22 13:51:12 +01:00
nikic adfa67cdcf [5.4] Add direct dereferencing of new expression
(new A)->b(), (new A)->b, (new A)[0]. The feature is not implemented fully compliant (implemented as a `variable`, not `expr_without_variable`: Awaiting input on that on internals@.
2011-11-21 18:43:35 +01:00
2011-11-12 19:30:52 +01:00
2011-11-12 18:29:50 +01:00
2011-10-30 12:16:31 +01:00
2011-06-26 18:45:19 +02:00
2011-11-12 19:28:53 +01:00

PHP Parser

This is a PHP 5.4 (and older) parser written in PHP. It's purpose is to simplify static code analysis and manipulation.

Documentation can be found in the doc/ directory.

Note: This project is experimental. There are no known bugs in the parser itself, but the API is subject to change.

Description
No description provided
Readme BSD-3-Clause 6.2 MiB
Languages
PHP 90.6%
Yacc 9.4%