
It is very likely to be the problem. So my guess was right to think the stack overflow is a problem of infinite recursion? Thanks a lot for the link too! Simon On Mon, Jun 3, 2013 at 3:04 PM, Bjorn Reese <breese@mail1.stofanet.dk>wrote:
On 06/03/2013 04:26 PM, Simon wrote:
I'm writing a math string parser with boost::spirit and I'm stuck on
this stack overflow. I've seen this before when I wrote a rule that was misleading.
When this happens, it is often due to left recursion:
http://en.wikipedia.org/wiki/**Left_recursion<http://en.wikipedia.org/wiki/Left_recursion>
I did not check you grammar, though.
______________________________**_________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/**mailman/listinfo.cgi/boost-**users<http://lists.boost.org/mailman/listinfo.cgi/boost-users>