From: peter_foelsche_at_[hidden]
Date: 2008-05-05 17:33:38


Dear All,

has anybody tried to integrate boost::spirit with a lexer generated by Flex?
I'm having:

int yylex (boost::any &yylval);

The boost::any may be changed later into boost::variant.
Any tips would be helpful.
Any experiences how fast such a parser is running?

Thanks
Peter