2011-05-31 18:01:00 +02:00
|
|
|
PHP Parser
|
|
|
|
==========
|
|
|
|
|
2011-11-12 19:28:53 +01:00
|
|
|
This is a PHP 5.4 (and older) parser written in PHP. It's purpose is to simplify static code analysis and
|
2011-05-31 18:01:00 +02:00
|
|
|
manipulation.
|
|
|
|
|
2011-11-12 19:28:53 +01:00
|
|
|
Documentation can be found in the [`doc/`][1] directory.
|
|
|
|
|
2011-09-28 16:26:51 +02:00
|
|
|
***Note: This project is experimental. There are no known bugs in the parser itself, but the API is
|
|
|
|
subject to change.***
|
2011-05-31 18:01:00 +02:00
|
|
|
|
2011-08-04 18:19:45 +02:00
|
|
|
|
2011-11-12 19:28:53 +01:00
|
|
|
[1]: https://github.com/nikic/PHP-Parser/tree/master/doc
|