NAME
XS::TCC::Parser - C function signature parsing with regexes
SYNOPSIS
my $result = XS::TCC::Parser::extract_function_metadata($code);
DESCRIPTION
This is internal to XS::TCC
.
This module parses the signature of C functions to extract type mapping information. It is very, very similar to the code in Inline::C::ParseRegExp because that's where it's originally from.
AUTHOR
Original code written for Inline::C by Mitchell N Charity <mcharity@vendian.org>.
Modified for this module by Steffen Mueller <smueller@cpan.org>.
COPYRIGHT
Copyright (c) 2002. Brian Ingerson.
Copyright (c) 2008, 2010-2012. Sisyphus.
Copyright (c) 2013, Steffen Mueller.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html