(flex.info.gz) If I have a simple grammar cant I just parse it with flex?
Info Catalog
(flex.info.gz) How much faster is -F or -f than -C?
(flex.info.gz) FAQ
(flex.info.gz) Why doesn't yyrestart() set the start state back to INITIAL?
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.
Info Catalog
(flex.info.gz) How much faster is -F or -f than -C?
(flex.info.gz) FAQ
(flex.info.gz) Why doesn't yyrestart() set the start state back to INITIAL?
automatically generated byinfo2html