3 Jun
2013
3 Jun
'13
7:04 p.m.
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 I did not check you grammar, though.