Command line interface (with optional REPL) for Plorth programming language.
C++17 capable compiler and CMake are required to compile this utility. Dependencies are handled by cget, which also needs to be installed.
$ cget install
$ mkdir build
$ cd build
$ cmake ..
$ make