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 Mitchell N Charity <mcharity@vendian.org>
18
20 Copyright (c) 2002. Brian Ingerson. All rights reserved.
21
22 This program is free software; you can redistribute it and/or modify it
23 under the same terms as Perl itself.
24
25 See http://www.perl.com/perl/misc/Artistic.html
26
27
28
29perl v5.12.1 2010-01-27 Inline::C::ParseRegExp(3)