
2 Dec
2010
2 Dec
'10
3:55 p.m.
Unfortunately I have the reverse of your experience. Parsing with a big switch and implementing my own DFA for incremental HTTP parsing is so ugly and unintuitive that I've had to rely too much on trial and error while doing it. I long for the day when I can just define a restartable Boost.Spirit based composed parser and not have to worry about the parsing details -- I really want to define my parsers now in a declarative way that Boost.Spirit across all the versions I've used (Classic and v2.x), and hopefully that won't be too far in the future.
Dean, have you seen this: http://article.gmane.org/gmane.comp.parsers.spirit.general/21109 ? Regards Hartmut --------------- http://boost-spirit.com