tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
70 stars 12 forks source link

Should I use `ascii` parsers? #34

Closed akrzemi1 closed 6 months ago

akrzemi1 commented 6 months ago

Section Best practices has the title Don't rely on the boost::parser::ascii parsers, but one of the initial examples, A Trivial Example That Gracefully Handles Whitespace, uses an ascii parser.

This sends a mixed message.