blob: 77ee3020ab862f7aef69da9ac306513ba1dab720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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.
|