Skip to content

iNetty/jvm-1

 
 

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

  • C++ 99.8%
  • CMake 0.2%