29 Dec
2023
29 Dec
'23
7:10 p.m.
On Fri, Dec 29, 2023 at 10:50 AM Christian Mazakas via Boost
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