Skip to content
/ JakVM Public

A very, very, very basic JVM implementation written in Jakt

License

Notifications You must be signed in to change notification settings

sl1m3yy/JakVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JakVM

This is a project written in Jakt which intends to be able to parse, and (hopefully) execute Java class files.

This is in its very early stages, and I'm honestly not sure how far it'll go.

Running

  1. Ensure that you have jakt installed correctly.
  2. Compile the program
    $ jakt ./src/main.jakt
  3. Run the program, with a class file as the first argument, one is already included for you.
    $ ./build/main example/Main.class

About

A very, very, very basic JVM implementation written in Jakt

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages