Skip to content

Gustrb/jbm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JBM

The java bullshit machine. It is a simple JVM bytecode interpreter written in Golang.

It is a work in progress and is not yet functional, to see the progress check the TODO file.

Tests

We have a lot of java classes written to test the interpreter, you can find them in the tests/fixtures directory.

To run the tests you will need the make command available in your system, along with the javac and java commands.

To run all tests you can simply:

$ make test

Building

We provide a Makefile to build the project, you can use the make command to build the project. The output will be in the bin directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published