Skip to content

Taurous/glomp

Repository files navigation

glomp

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.

Building

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/

Running glomp

The glomp compiler/interpreter can be run by calling: ./build/glomp

About

compiler/interpreter for glomp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published