In several questions I\'ve seen recommendations for the Spirit parser-generator framework from boost.org, but then in the comments there is grumbling from people using Spirit wh
I would say the biggest problem is the lack of any diagnosis or other help for grammar problems. If your grammar is ambiguous, the parser might not parse what you expect it to, and there's no good way of noticing that.