1Inline::C::ParseRegExp(U3s)er Contributed Perl DocumentatIinolnine::C::ParseRegExp(3)
2
3
4
6 Inline::C::ParseRegExp - The New and Improved Inline::C Parser
7
9 use Inline C => DATA =>
10 USING => ParseRegExp;
11
13 This module is a much faster version of Inline::C's Parse::RecDescent
14 parser. It is based on regular expressions instead.
15
16 AUTHOR
17
18 Mitchell N Charity <mcharity@vendian.org>
19
21 Copyright (c) 2002. Brian Ingerson. All rights reserved.
22
23 This program is free software; you can redistribute it and/or modify it
24 under the same terms as Perl itself.
25
26 See http://www.perl.com/perl/misc/Artistic.html
27
28
29
30perl v5.8.8 2002-11-04 Inline::C::ParseRegExp(3)