Difference between revisions of "Flex"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Flex |Short description=Generates text-scanning programs |Full description=Flex is a tool for generating programs that recognize lexical patterns in text. There are...")
 
m (version 2.6.1)
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
|Name=Flex
 
|Name=Flex
 
|Short description=Generates text-scanning programs
 
|Short description=Generates text-scanning programs
|Full description=Flex is a tool for generating programs that recognize lexical patterns in text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison. Flex is a free implementation of the well known Lex program. It features a Lex compatibility mode, and also provides several new features such as exclusive start conditions.
+
|Full description='''Flex''' is a tool for generating programs that recognize lexical patterns in text. There are many applications for Flex, including writing compilers in conjunction with [[GNU Bison]]. Flex is a free implementation of the well known Lex program. It features a Lex compatibility mode, and also provides several new features such as exclusive start conditions.
 +
|Homepage URL=http://flex.sourceforge.net
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
+
|VCS checkout command=git clone https://github.com/westes/flex.git
|Component programs=
 
|Homepage URL=http://flex.sourceforge.net
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
 
|Documentation note=User manual available in HTML, Info, ASCII, dvi, PostScript, and TeXinfo formats from http://flex.sourceforge.net/manual/
 
|Documentation note=User manual available in HTML, Info, ASCII, dvi, PostScript, and TeXinfo formats from http://flex.sourceforge.net/manual/
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=Bison,CPG,WordNet,dbacl,dparser
 
|Related projects=Bison,CPG,WordNet,dbacl,dparser
 
|Keywords=text,bison,scanner,lexical
 
|Keywords=text,bison,scanner,lexical
|Is GNU=n
+
|Version identifier=2.6.1
|Last review by=Janet Casey
+
|Version date=2016/03/01
|Last review date=2009-07-28
+
|Version status=stable
 +
|Version download=https://github.com/westes/flex/archive/v2.6.1.tar.gz
 +
|Version comment=
 +
 
 +
 
 +
|Last review by=Genium
 +
|Last review date=2016/03/08
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.5.33
+
|Status=
|Version date=2006-02-21
+
|Is GNU=No
|Version status=developmental
+
|License verified date=2003-01-10
|Version download=http://prdownloads.sourceforge.net/flex/flex-2.5.33.tar.gz?download
+
}}
 +
{{Project license
 +
|License=BSD_AdClause
 +
|License verified by=Janet Casey
 
|License verified date=2003-01-10
 
|License verified date=2003-01-10
|Version comment=2.5.33 devel released 2006-02-21
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=W. L. Estes
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=W. L. Estes
+
|Email=westes575@gmail.com
|Email=wlestes@uncg.edu
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Vern Paxson
 
|Role=Contributor
 
|Role=Contributor
|Real name=Vern Paxson
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
}}
 
{{Resource
 
|Resource audience=Bug Tracking
 
|Resource kind=VCS Repository Webview
 
|Resource URL=http://sourceforge.net/tracker/?group_id=97492&atid=618177
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 54: Line 50:
 
|Resource kind=Mailing List Info/Archive
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://lists.sourceforge.net/mailman/listinfo/flex-help
 
|Resource URL=http://lists.sourceforge.net/mailman/listinfo/flex-help
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/westes/flex
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Download
 +
|Resource URL=https://github.com/westes/flex/releases
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/westes/flex/issues
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 61: Line 72:
 
|Works-with=text
 
|Works-with=text
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=BSD_AdClause
 
|License verified by=Janet Casey
 
|License verified date=2003-01-10
 
}}
 

Revision as of 14:12, 8 March 2016


[edit]

Flex

https://github.com/westes/flex/
Fast lexical analyser generator.

Flex (The Fast Lexical Analyzer) is a tool for generating programs that recognize lexical patterns in text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison. Flex is a free implementation of the well known Lex program. It features a Lex compatibility mode, and also provides several new features such as exclusive start conditions.

Flex was never part of the GNU Project , although the GNU Project helped distribute it and wrote its manual.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

2 January 2019




Leaders and contributors

Contact(s)Role
W. L. Estes Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-flex/
Downloadhttps://github.com/westes/flex/releases/
Mailing Listhttps://lists.sourceforge.net/mailman/listinfo/flex-help
Debian (Ref) (R)https://tracker.debian.org/pkg/flex-old
VCS Repository Webviewhttps://github.com/westes/flex/
Generalhttps://translationproject.org/domain/flex.html
Downloadhttps://ftp.gnu.org/gnu/flex/
Debian (Ref)https://tracker.debian.org/pkg/flex
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Generalhttps://sourceforge.net/projects/flex/
Mailing Listhttps://lists.sourceforge.net/mailman/listinfo/flex-announce


Software prerequisites

KindDescription
Required to buildgcc
Required to buildbash
Required to useindent for indenting the flex source the way we want it done
Required to buildm4
Required to usegettext for i18n support
Required to usetar, gzip, etc. for packaging of the source distribution
Required to useautomake for Makefile generation
Required to usetexinfo to build and test the flex manual
Required to usehelp2man to generate the flex man page
Required to usebison to generate parse.c from parse.y
Required to useautoconf for handling the build system




Entry






























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.