tzlaine / parser

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

Publicize a minimal API from the internal copy of Boost.Text, that can be used by users of Boost.Parse to drive Unicode parsing #23

Closed tzlaine closed 9 months ago

tzlaine commented 10 months ago

The docs assume that Boost.Text made it into Boost before this library is considered. Because it did not, text::as_utf32() is not available to select the Unicode code path.