Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 624 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 624 Bytes

Plorth interpreter

GitHub Actions

Interpreter for Plorth programming language written as C++ library.

Compilation

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