2003-06-29 11:17:39 +02:00
|
|
|
ExtUtils::ParseXS will compile XS code into C code by embedding the
|
|
|
|
constructs necessary to let C functions manipulate Perl values and creates
|
|
|
|
the glue necessary to let Perl access those functions. The compiler uses
|
|
|
|
typemaps to determine how to map C function parameters and variables to Perl
|
|
|
|
values.
|
2008-02-21 13:47:41 +01:00
|
|
|
|
|
|
|
WWW: http://search.cpan.org/dist/ExtUtils-ParseXS/
|