The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Kwim;
$Kwim::VERSION = '0.0.9';
use Pegex::Parser;
use Kwim::Grammar;

sub kwim_to_byte {
    require Kwim::Byte;
}

1;