$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Zach Laine (whatwasthataddress_at_[hidden])
Date: 2023-12-29 19:10:36
On Fri, Dec 29, 2023 at 10:50â¯AM Christian Mazakas via Boost
<boost_at_[hidden]> wrote:
>
> I'm incredibly interested in these binary parsers. Where in the
> documentation are they located exactly? And what about examples?
>
> I was toying with writing a binary protocol parser and would love to
> use this library to write it.
I really stated that awkwardly it seems. What I was trying to say is
that there are no binary (bit) parsers in Boost.Parser. There *are*
in Boost.Spirit. Both libraries can parse binary numbers written as
text.
Zach