/replicode

constructivist AI language and runtime

Primary LanguageC++OtherNOASSERTION

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