Skip to content

A simple JVM made in C++11

License

Notifications You must be signed in to change notification settings

claudiosegala/jvm

Repository files navigation

JVM

A simple JVM made in C++11

Usage

cd jvm
mkdir out
cd out
cmake ..
make
./jvm "../../samples/double_aritmetica.class" > output.txt

Directory Organization

.
├── build                # Stuff
├── doc                  # Documentation
├── samples              # .class samples for testing
└── src                  # Code
    ├── include          # Includes (.hpp)
    ├── lib              # Implementation of includes (.cpp)
    └── tests            # Some tests on the libs

Usefull Links

About

A simple JVM made in C++11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages