• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

compare/H03-May-2022-6650

lib/Parse/H27-Jul-2008-614322

script/H27-Jul-2008-4124

t/H27-Jul-2008-273187

Build.PLH A D27-Jul-2008905 3121

ChangesH A D27-Jul-2008966 3526

LICENSEH A D27-Jul-2008130 53

MANIFESTH A D27-Jul-2008317 2322

META.ymlH A D27-Jul-2008487 1615

Makefile.PLH A D27-Jul-2008870 3119

READMEH A D11-Feb-2006969 4023

README

1Parse/Flex version 0.01
2=======================
3
4Parse::Flex works similar to Parse::Lex, but it uses XS for faster per-
5formance.
6
7This module allows the user to implement a customized lexer analyzer
8with his own rules.  It is expected that you will supply your own
9rules; otherwise, the default rules might not be very useful.
10
11Read the perldoc about Custom Rules & Libraries, and how to load them.
12
13
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23   make compare   ( This benchmark will be removed in future versions. You
24		    will need Parse::Lex to perform the comparison.)
25
26
27
28DEPENDENCIES
29
30This module requires these other modules and libraries:
31
32Test::More
33Parse::Lex    ( Only for the benchmarks. Note, it is not required through PREREQ_PM )
34
35COPYRIGHT AND LICENCE
36
37Copyright (C) 2003 Ioannis Tambouras <ioannis@earthlink.net>
38LICENSE:  Latest version of GPL , read terms at  www.fsf.org .
39
40