summaryrefslogtreecommitdiff
path: root/README.md
blob: aadbfdca55fd51f1e2e7acd43c51eb6f00f24ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ash
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
ash only supports linux.