1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00

Fix readme

This commit is contained in:
nikic 2014-02-06 20:54:49 +01:00
parent 5e725df892
commit 843aad4382

View File

@ -4,9 +4,10 @@ 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 for version 0.9.x**][doc_0_9].
[**Documentation for version 0.9.x**][doc_0_9] (current stable).
[Documentation for version 1.0-dev]. (For >= PHP 5.3, using namespaced names, but compatible with old names.)
[Documentation for version 1.0-dev][doc_master]
(for >= PHP 5.3, using namespaced names, but compatible with old names).
***Note: This project is experimental, so the API is subject to change.***