
22 Nov
2008
22 Nov
'08
10:54 p.m.
Joel de Guzman wrote:
Eric Niebler wrote:
Raindog wrote:
Is there anything in xpressive or spirit that supports aho-corasick dictionary matching or at least something efficient? (http://en.wikipedia.org/wiki/Aho-Corasick_algorithm)
xpressive has something similar. See "Symbol Tables and Attributes" in the documentation here: http://tinyurl.com/63bojs.
I think spirit has something like that.
Yep: http://www.boost.org/doc/libs/1_35_0/libs/spirit/doc/symbols.html
Best, And when my symbols need to be regexes do either of these support that?