30 Apr
2013
30 Apr
'13
11:59 a.m.
2013/4/30 Bjorn Reese
On 04/29/2013 11:32 PM, Daniel Pfeifer wrote:
I also wrote a simple stream reader (and writer) that you might find
helpful [4].
[...]
[4] https://github.com/**purpleKarrot/xmlhttps://github.com/purpleKarrot/xml
Interesting little project. Have you considered using Boost.Regex instead of re2c?
Boost.Regex solves a different purpose than re2c. The mapping goes: pcre -> Boost.Regex re2c -> Boost.Spirit cheers, Daniel