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

..03-May-2022-

demo/H22-May-2020-51,75951,317

lib/Regexp/H22-May-2020-6,9082,043

t/H22-May-2020-5,3144,126

Build.PLH A D16-Sep-2015555 2219

ChangesH A D22-May-202013.2 KiB533281

MANIFESTH A D22-May-20202.7 KiB120119

META.jsonH A D22-May-2020990 4443

META.ymlH A D22-May-2020602 2524

Makefile.PLH A D16-Sep-2015670 2220

READMEH A D22-May-2020633 3520

README

1Regexp::Grammars version 1.057
2
3This module adds a small number of new regex constructs that can be used
4within Perl 5.10 patterns to implement complete recursive-descent parsing.
5
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11	perl Makefile.PL
12	make
13	make test
14	make install
15
16Alternatively, to install with Module::Build, you can use the following commands:
17
18	perl Build.PL
19	./Build
20	./Build test
21	./Build install
22
23
24DEPENDENCIES
25
26Perl 5.10.
27
28
29COPYRIGHT AND LICENCE
30
31Copyright (C) 2009, Damian Conway
32
33This library is free software; you can redistribute it and/or modify
34it under the same terms as Perl itself.
35