SlackBuildsOrg/development/reflex
B. Watson fb6310f743
development/reflex: Updated for version 2.5.4.20240906.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-28 06:54:28 +07:00
..
README
reflex.info
reflex.SlackBuild
slack-desc development/reflex: Added (variant of flex fast lexical scanner). 2018-06-23 08:44:01 +07:00

reflex (variant of flex fast lexical scanner)

This is Thomas E. Dickey's fork of flex, based on flex-2.5.4. It has
a few bugfixes and slightly different features from the flex included
in Slackware.

This build doesn't conflict with Slackware's flex. To build sources with
reflex, they'll have to be modified slightly:

- replace "flex" command with "reflex" in Makefiles or build scripts.
- replace any occurence of "-lfl" with "-lrefl".
- if the source includes <FlexLexer.h>, replace with <reFlexLexer.h>.