Next: Why doesn't yyrestart() set the start state back to INITIAL?, Previous: How much faster is -F or -f than -C?, Up: FAQ [Contents][Index]
Is your grammar recursive? That’s almost always a sign that you’re better off using a parser/scanner rather than just trying to use a scanner alone.