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