1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
Go to file
nikic c5c7aa5125 Add initial version of an emulative lexer
The emulative lexer allows lexing of PHP 5.4 on PHP 5.3 and PHP 5.2.
2011-12-18 17:03:11 +01:00
doc Add XML syntax highlighting in docs 2011-11-12 19:30:52 +01:00
grammar Cover Parser.php as much as possible 2011-12-07 18:17:05 +01:00
lib Add initial version of an emulative lexer 2011-12-18 17:03:11 +01:00
test Add initial version of an emulative lexer 2011-12-18 17:03:11 +01:00
test_old Improve test run.php 2011-10-30 12:16:31 +01:00
LICENSE fix typos 2011-06-26 18:45:19 +02:00
phpunit.xml.dist Rename tests from Unit_ to PHPParser_Tests_ 2011-08-10 11:13:37 +02:00
README.md More docs 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.