C::Blocks lets you intersperse blocks of C code directly among your Perl code. To help facilitate the interchange of C and Perl data, you can indicate that your Perl variable has an associated type package. This is discussed in "TYPES" in C::Blocks. ...
DCMERTENS/C-Blocks-0.42 - 09 Dec 2016 17:06:54 UTCPerl is great, but sometimes I find myself reaching for C to do some of my computational heavy lifting. There are many tools that help you interface Perl and C. This module differs from most others out there by providing a way of inserting your C cod...
DCMERTENS/C-Blocks-0.42 - 09 Dec 2016 17:06:54 UTCC::Blocks supports lexically-scoped source filters. This module makes it easy to install source filters and write modules that serve as source filters. Source filters are called without any arguments. The C code to be filtered is simply in $_, and th...
DCMERTENS/C-Blocks-0.42 - 09 Dec 2016 17:06:54 UTCThis C::TinyCompiler package provides Sean Barrett's implementation of stretchy buffers, as well as a couple of extensions by David Mertens for popping and removing values off the end. For more of Sean Barrett's cool work, see his website at http://n...
DCMERTENS/C-Blocks-0.42 - 09 Dec 2016 17:06:54 UTC