https://github.com/ovr/zephir-parser
Zephir parser on top of PHP-Parser by @nikic
https://github.com/ovr/zephir-parser
Last synced: 3 months ago
JSON representation
Zephir parser on top of PHP-Parser by @nikic
- Host: GitHub
- URL: https://github.com/ovr/zephir-parser
- Owner: ovr
- License: other
- Created: 2015-09-11T10:45:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T10:46:36.000Z (over 9 years ago)
- Last Synced: 2025-01-13T09:08:21.821Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 2.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
PHP Parser
==========This is a PHP 5.2 to PHP 5.6 parser written in PHP. Its purpose is to simplify static code analysis and
manipulation.[**Documentation for version 1.x**][doc_1_x] (stable; for running on PHP >= 5.3).
[Documentation for version 2.x-dev][doc_master] (dev; for running on PHP >= 5.4).
In a Nutshell
-------------The parser turns PHP source code into an abstract syntax tree. For example, if you pass the following code into the
parser:```php