Skip to content

toricor/p5-jvmtiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p5-jvmtiny

p5-jvmtiny is an implementation of Java Virtual Machine in Perl5. This is toy project.

Run HelloWorld

  • install modules carton install
  • generate classfile (Java 8) javac -encoding UTF-8 example/HelloWorld.java
  • run the script ./dev_env.sh perl main.pl example/HelloWorld.class or carton exec -- perl main.pl example/HelloWorld.class

About

perl5 jvm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published