The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.03

  • DEPENDENCIES
    • Added Alien::TinyCC at the specific version v0.03
    • For testing, we now depend on Test::Exception and Test::Warn.
  • BUG FIXES
    • Differentiated between compiler warnings and errors. Still doesn't handle multiple warnings properly, though.
  • OTHER
    • Build.PL indicates the proper repository and bug tracker, and indicates that README.pod should not be indexed. Hopefully that solves the issue of the REAMDE being shown instead of the module's documentation on MetaCPAN.

Documentation

Modules

Full C JIT compiling using the Tiny C Compiler
A C::TinyCompiler-based foreign function interface, i.e. C-functions callable from Perl
Enabling Perl's full C-API in your C::TinyCompiler context
Perl's array C-API
A light-weight interface to Perl's croak and warn
Enabling stretchy buffers in your context
base module for C::TinyCompiler packages

Provides

in lib/C/TinyCompiler/Perl/SV.pm
in lib/C/TinyCompiler/Perl/Typedefs.pm