Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

lazyparser/pitifulvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PitifulVM

A shabby implementation of Java virtual machine in C.

Prerequisites

Java SE or OpenJDK is required to build and validate test suite.

Running the tests

You can run the tests with make check.

Running the VM

You need to specify the full filename to the executable. For example:

$ javac tests/Factorial.java
$ ./jvm tests/Factorial.class

License

PitifulVM is released under the BSD 2 clause license. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

About

A shabby implementation of Java virtual machine in C

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages