pvc/parser

pvc parser library

0.5.3 2024-02-13 16:58 UTC

This package is auto-updated.

Last update: 2024-05-13 17:32:18 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.