Registry / utility / foonathan-lexy

foonathan-lexy

JSON →
library2025.5.0vcpkgunverified

C++ parsing DSL.

vcpkg install foonathan-lexy
INSTALL
IMPORT
SIG · FOONATHAN-LEXY
F
foonathan-lexy
utilitycppv2025.5.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.

lexy/lexy.hpp
#include <lexy/lexy.hpp>

Parse an integer using lexy DSL.

#include <lexy/lexy.hpp> #include <iostream> int main() { // Example: parse an integer auto result = lexy::parse<lexy::dsl::integer<int>>("42"); if (result) std::cout << "Parsed: " << *result << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

foonathan-lexy — pip install foonathan-lexy · libregistry