Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 510 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 510 Bytes

replicode

a constructivist programming language and runtime.

to build cmake and a modern c++ compiler is required:

mkdir build
cd build
cmake ..
make

An optional step after building is to run the automated tests:

make test

Build Status Coverity Scan Build Status