PHP Parser ========== This is a PHP 5.5 (and older) parser written in PHP. It's purpose is to simplify static code analysis and manipulation. Documentation can be found in the [`doc/`][1] directory. ***Note: This project is experimental, so the API is subject to change.*** In a Nutshell ------------- Basically, the parser does nothing more than turn some PHP code into an abstract syntax tree. ("nothing more" is kind of sarcastic here as PHP has a ... uhm, let's just say "not nice" ... grammar, which makes parsing PHP very hard.) For example, if you stick this code in the parser: ```php