From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-10-22 18:03:27


On Tue, Oct 22, 2019 at 10:40 AM Robert Ramey via Boost
<boost_at_[hidden]> wrote:
> Did you look into using boost.spirit for parsing?

I didn't even consider it. All of the parsers that I work with accept
untrusted inputs, so when writing a parser I prefer to have no
external dependencies. Spirit is an enormous dependency and scares off
potential users.

Thanks