Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 158 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 158 Bytes

px_jvm

implementing jvm in c++, just for study

build

mkdir build
cd build
cmake ..
make

make tests

make build-tests

run all tests

make test