Home | History | Annotate | only in /external/webkit/Tools/android/flex-2.5.4a
Up to higher level directory
NameDateSize
ccl.c10-Jul-20123.6K
conf.in10-Jul-2012729
configure10-Jul-201244.3K
configure.in10-Jul-2012419
COPYING10-Jul-20121.8K
dfa.c10-Jul-201225.4K
ecs.c10-Jul-20125.5K
flex.110-Jul-2012102.4K
flex.skl10-Jul-201233.2K
flexdef.h10-Jul-201235.3K
FlexLexer.h10-Jul-20125.6K
gen.c10-Jul-201236.3K
initscan.c10-Jul-2012108.3K
INSTALL10-Jul-20125.6K
install.sh10-Jul-20122.1K
libmain.c10-Jul-2012267
libyywrap.c10-Jul-2012189
main.c10-Jul-201228.1K
Makefile.in10-Jul-20127.5K
MISC/10-Jul-2012
misc.c10-Jul-201215.9K
mkinstalldirs10-Jul-2012619
mkskel.sh10-Jul-2012192
NEWS10-Jul-201245.3K
nfa.c10-Jul-201216.9K
parse.y10-Jul-201217.4K
README10-Jul-20122K
scan.l10-Jul-201214.8K
skel.c10-Jul-201240.9K
sym.c10-Jul-20126.1K
tblcmp.c10-Jul-201223K
version.h10-Jul-201229
yylex.c10-Jul-20124.2K

README

      1 This is release 2.5 of flex.  See "version.h" for the exact patch-level.
      2 
      3 See the file "NEWS" to find out what is new in this Flex release.
      4 
      5 Read the file "INSTALL" for general installation directives.  Peek near
      6 the beginning of the file "Makefile.in" for special DEFS values.  On most
      7 systems, you can just run the "configure" script and type "make" to build
      8 flex; then "make check" to test whether it built correctly; and if it did,
      9 then "make install" to install it.
     10 
     11 If you're feeling adventurous, you can also issue "make bigcheck" (be
     12 prepared to wait a while).
     13 
     14 Note that flex is distributed under a copyright very similar to that of
     15 BSD Unix, and not under the GNU General Public License (GPL), except for
     16 the "configure" script, which is covered by the GPL.
     17 
     18 Many thanks to the 2.5 beta-testers for finding bugs and helping test and
     19 increase portability: Stan Adermann, Scott David Daniels, Charles Elliott,
     20 Joe Gayda, Chris Meier, James Nordby, Terrence O'Kane, Karsten Pahnke,
     21 Francois Pinard, Pat Rankin, Andreas Scherer, Marc Wiese, Nathan Zelle.
     22 
     23 Please send bug reports and feedback to: Vern Paxson (vern (a] ee.lbl.gov).
     24 
     25 
     26 The flex distribution consists of the following files:
     27 
     28 	README		This message
     29 
     30 	NEWS		Differences between the various releases
     31 
     32 	INSTALL		General installation information
     33 
     34 	COPYING		flex's copyright
     35 
     36 	conf.in, configure.in, configure, Makefile.in, install.sh,
     37 		mkinstalldirs
     38 			elements of the "autoconf" auto-configuration process
     39 
     40 	flexdef.h, parse.y, scan.l, ccl.c, dfa.c, ecs.c, gen.c, main.c,
     41 	misc.c, nfa.c, sym.c, tblcmp.c, yylex.c	 
     42 			source files
     43 
     44 	version.h	version of this flex release
     45 
     46 	flex.skl	flex scanner skeleton
     47 	mkskel.sh	script for converting flex.skl to C source file skel.c
     48 	skel.c		pre-converted C version of flex.skl
     49 
     50 	libmain.c	flex library (-lfl) sources
     51 	libyywrap.c
     52 
     53 	initscan.c	pre-flex'd version of scan.l
     54 
     55 	FlexLexer.h	header file for C++ lexer class
     56 
     57 	flex.1		user documentation
     58 
     59 	MISC/		a directory containing miscellaneous contributions.
     60 			See MISC/README for details.
     61