(flex.info)How can I conditionally compile or preprocess my flex input file?


Next: Where can I find grammars for lex and yacc? Prev: Is there a repository for flex scanners? Up: FAQ
Enter node , (file) or (file)node

How can I conditionally compile or preprocess my flex input file?
=================================================================

Flex doesn't have a preprocessor like C does.  You might try using m4,
or the C preprocessor plus a sed script to clean up the result.


automatically generated by info2www version 1.2.2.9