Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Inline::C::ParseRegExp - The New and Improved Inline::C Parser

Author

       Mitchell N Charity <mcharity@vendian.org>

Description

       This module is a much faster version of Inline::C's Parse::RecDescent parser.  It is based on regular
       expressions instead.

Name

       Inline::C::ParseRegExp - The New and Improved Inline::C Parser

Synopsis

           use Inline C => DATA =>
                      USING => ParseRegExp;

See Also