Skip to content

plorth/interpreter

Repository files navigation

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

About

Plorth interpreter as C++ library

Resources

License

Stars

Watchers

Forks

Packages

No packages published