is announcing that PHP Parser with version number 1.4.0 / 2.0.0-beta1 is already available to download.
What is PHP Parser ?
PHP Parser is A PHP source code parser, written in PHP itself .
The PHP Parser library was written for the purpose of code analysis.It simply reads the code and shows it as an array of the syntax tree.By manipulating the array we can also manipulate the code.For beginners, documentation is provided with the project.
This is changelog for PHP Parser version 1.4.0 / 2.0.0-beta1 :
You can read the complete changelog and also download this latest version on their homepage: github.com