Name Date Size #Lines LOC

..22-Aug-2023-

COPYINGH A D22-Aug-20231.8 KiB4332

ChangeLogH A D22-Aug-2023225.4 KiB7,8844,589

FlexLexer.hH A D22-Aug-20236.1 KiB207101

NEWSH A D22-Aug-202315.2 KiB519307

ONEWSH A D22-Aug-202345.2 KiB1,234873

READMEH A D22-Aug-20232.6 KiB8051

buf.cH A D22-Aug-20237.5 KiB275154

ccl.cH A D22-Aug-20237.3 KiB311164

dfa.cH A D22-Aug-202326.6 KiB1,097611

ecs.cH A D22-Aug-20235.5 KiB22089

filter.cH A D22-Aug-202311.4 KiB442267

flex.sklH A D22-Aug-202386.5 KiB3,4542,913

flexdef.hH A D22-Aug-202342.4 KiB1,229490

flexint.hH A D22-Aug-20231.5 KiB6550

gen.cH A D22-Aug-202354.4 KiB2,1711,482

libmain.cH A D22-Aug-20231.2 KiB348

libyywrap.cH A D22-Aug-20231.1 KiB295

main.cH A D22-Aug-202349.1 KiB1,8601,408

misc.cH A D22-Aug-202320.9 KiB1,026649

mkskel.shH A D22-Aug-20231.1 KiB389

nfa.cH A D22-Aug-202317.5 KiB709334

options.cH A D22-Aug-20237.5 KiB281232

options.hH A D22-Aug-20233.2 KiB13594

parse.yH A D22-Aug-202323.2 KiB1,090725

regex.cH A D22-Aug-20234.8 KiB17384

scan.lH A D22-Aug-202325.7 KiB1,030804

scanflags.cH A D22-Aug-20232.3 KiB7027

scanopt.cH A D22-Aug-202319.9 KiB874623

scanopt.hH A D22-Aug-20234.2 KiB13347

sym.cH A D22-Aug-20236.5 KiB273143

tables.cH A D22-Aug-202313 KiB503294

tables.hH A D22-Aug-20232.8 KiB8628

tables_shared.cH A D22-Aug-20232.2 KiB7121

tables_shared.hH A D22-Aug-20235 KiB14569

tblcmp.cH A D22-Aug-202322.8 KiB854388

version.hH A D22-Aug-202329 21

yylex.cH A D22-Aug-20234 KiB212144

README

1This is flex, the fast lexical analyzer generator.
2
3flex is a tool for generating scanners: programs which recognize
4lexical patterns in text.
5
6More information about flex as well as the latest official release of
7flex can be found at:
8
9http://flex.sourceforge.net/
10
11Bug reports should be submitted using the SourceForge Bug Tracker
12facilities which can be found from flex's SourceForge project page at:
13
14http://sourceforge.net/projects/flex
15
16There are several mailing lists available as well:
17
18[email protected] - where posts will be made
19announcing new releases of flex.
20
21[email protected] - where you can post questions about
22using flex
23
24[email protected] - where you can discuss development of
25flex itself
26
27Note that flex is distributed under a copyright very similar to that of
28BSD Unix, and not under the GNU General Public License (GPL).
29
30This file is part of flex.
31
32This code is derived from software contributed to Berkeley by
33Vern Paxson.
34
35The United States Government has rights in this work pursuant
36to contract no. DE-AC03-76SF00098 between the United States
37Department of Energy and the University of California.
38
39Redistribution and use in source and binary forms, with or without
40modification, are permitted provided that the following conditions
41are met:
42
431. Redistributions of source code must retain the above copyright
44   notice, this list of conditions and the following disclaimer.
452. Redistributions in binary form must reproduce the above copyright
46   notice, this list of conditions and the following disclaimer in the
47   documentation and/or other materials provided with the distribution.
48
49Neither the name of the University nor the names of its contributors
50may be used to endorse or promote products derived from this software
51without specific prior written permission.
52
53THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
54IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
55WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
56PURPOSE.
57
58The flex distribution contains the following files which may be of interest:
59
60README - This file.
61
62NEWS - current version number and list of user-visible changes.
63
64INSTALL - basic installation information.
65
66ABOUT-NLS - description of internationalization support in flex.
67
68COPYING - flex's copyright and license.
69
70doc/ - user documentation.
71
72examples/ - containing examples of some possible flex scanners and a
73few other things. See the file examples/README for more details.
74
75TODO - outstanding bug reports, desired features, etc.
76
77tests/ - regression tests. See TESTS/README for details.
78
79po/ - internationalization support files.
80