Download: Rakudo-Star-2012.08_001.tar.gz
Annotate this POD
extend.pod - Parrot extension system
#include "parrot/extend.h" int main(int argc, char *argv[]) { }
This document, briefly, describes Parrot's extension system.
TODO
extend.c and extend.h for the implementation.