README 510 B

12345678910111213
  1. reflex (variant of flex fast lexical scanner)
  2. This is Thomas E. Dickey's fork of flex, based on flex-2.5.4. It has
  3. a few bugfixes and slightly different features from the flex included
  4. in Slackware.
  5. This build doesn't conflict with Slackware's flex. To build sources with
  6. reflex, they'll have to be modified slightly:
  7. - replace "flex" command with "reflex" in Makefiles or build scripts.
  8. - replace any occurence of "-lfl" with "-lrefl".
  9. - if the source includes <FlexLexer.h>, replace with <reFlexLexer.h>.