phpactor/docblock-parser

Docblock Parser

0.1.0 2024-01-26 16:36 UTC

This package is auto-updated.

Last update: 2024-04-29 17:22:50 UTC


README

ARCHIVED: This repository is now part of 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 repository. It is occasionally updated. Raise any issues about this repository there.