summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-ParseXS/DESCR
blob: fcab6c4613e20250a03f11fe5a28c02144dd982d (plain)
1
2
3
4
5
This Perl 5 module 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.