Interpreter for Plorth programming language written as C++ library.
C++17 capable compiler and CMake are required to compile the interpreter. Dependencies are handled by cget, which also needs to be installed.
$ cget install
$ mkdir build
$ cd build
$ cmake ..
$ make