An open API service indexing awesome lists of open source software.

https://github.com/phpactor/docblock-parser

(Tolerant) PHP Docblock Parser
https://github.com/phpactor/docblock-parser

Last synced: about 1 month ago
JSON representation

(Tolerant) PHP Docblock Parser

Awesome Lists containing this project

README

        

Docblock Parser
===============

**ARCHIVED**: This repository is now part of
[worse-reflection](https://github.com/phpactor/worse-reflection) and is not
intended to be reused at this time.

PHP Docblock parser with the following aims:

- Fast: has to be fast enough for IDE analysis.
- Isomorphic: can be transformed back to the original text representation.
- Positional: the positions of nodes are captured.

Notice
------

This package is not actively developed here but in the main
[phpactor](https://github.com/phpactor/phpactor) repository. It is
_occasionally_ updated. Raise any issues about this repository there.