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
17 Mitchell N Charity <mcharity@vendian.org>
18
20 Copyright 2000-2019. Ingy döt Net.
21
22 Copyright 2008, 2010-2014. Sisyphus.
23
24 This program is free software; you can redistribute it and/or modify it
25 under the same terms as Perl itself.
26
27 See <http://www.perl.com/perl/misc/Artistic.html>
28
29
30
31perl v5.30.0 2019-07-26 Inline::C::ParseRegExp(3)