Skip to content
/ SimJVM Public

This project will create a simple java virtual machine

Notifications You must be signed in to change notification settings

dunkell/SimJVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

SimJVM

This project will create a simple java virtual machine

Go

This project will run on the go language

simple-jvm/ ├── main.go ├── classloader/ │ ├── class_loader.go │ └── class_file.go ├── runtime/ │ ├── heap.go │ ├── method_area.go │ ├── stack.go │ └── frame.go ├── interpreter/ │ ├── interpreter.go │ └── instructions.go ├── gc/ │ └── gc.go └── native/ └── native_interface.go

About

This project will create a simple java virtual machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published