This is a work in progress compiler/interpreter for glomp, a concatenative stack-based programming language. This language is inspired by and heavily based on Porth by tsoding. You can find tsoding's playlist where he develops Porth here.
Run the following command in the glomp directory:
mkdir build/ && \
cd build/ && \
cmake .. && \
cd .. && \
cmake --build build/
Afterwords you can just call ./bld.sh
which in turn runs cmake --build build/
The glomp compiler/interpreter can be run by calling: ./build/glomp