# marp A Simple stack based programming language inspired by [forth](https://www.forth.com/forth) and posix shell syntax. ## Building ``` bash make ``` ## Installing ``` bash make install ``` ## Dependencies * [nasm](https://www.nasm.us/) * ld ## OS marp only supports linux.