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