pvc/parser

pvc parser library

Installs: 39

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/pvc/parser

0.5.3 2024-02-13 16:58 UTC

This package is auto-updated.

Last update: 2025-10-17 15:57:46 UTC


README

Parsers take a data as an argument and turn that data into something with semantics. They can be as simple as turning a value like '4' into the number 4 (which turns out not to be so simple once you introduce internationalization and localization!). More somplicated structures can include parsing DOM documents or php files.