Registry / utility / parsi
library0.1.0vcpkgunverified

A declarative parser combinator library.

vcpkg install parsi
INSTALL
IMPORT
SIG · PARSI
P
parsi
utilitycppv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parsi/parsi.hpp
#include <parsi/parsi.hpp>

Parse an integer using a parser combinator

#include <parsi/parsi.hpp> #include <iostream> int main() { auto parser = parsi::integer<int>(); auto result = parser.parse("42"); if (result) { std::cout << "Parsed: " << *result << "\n"; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

parsi — pip install parsi · libregistry