(flex.info)If I have a simple grammar cant I just parse it with flex?


Next: Why doesn't yyrestart() set the start state back to INITIAL? Prev: How much faster is -F or -f than -C? Up: FAQ
Enter node , (file) or (file)node

If I have a simple grammar can't I just parse it with flex?
===========================================================

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.


automatically generated by info2www version 1.2.2.9