Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 177 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 177 Bytes

C++ Virtual Stack Machine

C++ implementation of Terrence Parr's simple virtual machine written in Java.

To run:

mkdir build
cd build && cmake ..
make -j8
./stack-vm