22 Oct
2019
22 Oct
'19
6:03 p.m.
On Tue, Oct 22, 2019 at 10:40 AM Robert Ramey via Boost
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