Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 92 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 92 Bytes

P5-Interpreter

Compile

cmake -B build -DCMAKE_BUILD_TYPE=Release
cd build
make