Skip to content

Files

Latest commit

 

History

History
18 lines (14 loc) · 704 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 704 Bytes

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