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

B::JVM::Jasmin - Jasmin backend for the Perl compiler.

SYNOPSIS

  perl -MO=JVM::Jasmin,CLASSNAME perl_program.pl
  jasmin CLASSNAME.asm
  java CLASSNAME

DESCRIPTION

This module is a crude JVM backend for the Perl compiler. It aspires to be a "proof of concept," but I think it does not even achieve that. It's close, though, and I think it might encourage people to explore this a little further.

AUTHOR

Brian Jepson, bjepson@as220.org

Based on stuff in various B::* modules, by Malcolm Beattie, mbeattie@sable.ox.ac.uk

This is free software. You may distribute it under the same terms as Perl itself.

SEE ALSO

perl(1).