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

NAME

build_tools/pbc2c.pl - Parrot byte code compiler

SYNOPSIS

perl build_tools/pbc2c foo.pbc > foo.c

DESCRIPTION

Parse the Parrot PackFile listed on the command line, or from standard input if no file is named, and turn it into a C implementation file.