diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-07 02:13:06 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-07 02:13:06 +0400 |
commit | c9090da5bd98c418f71f9110c6c3d82f2f7d37ee (patch) | |
tree | 56063e527aeab5d70c5493a76195e42f88f228eb | |
parent | 0b7e537949508583674bd222db5c21509200ec5e (diff) |
README updated
-rw-r--r-- | README.md | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,7 +1,18 @@ -# gorth - go forth -Simple [forth](https://www.forth.com/forth) compiler implementation written in go. +# ash +A Simple stack based programming language inspired by [forth](https://www.forth.com/forth) and posix shell syntax. ## Building ``` bash -go build -o gorth ./src +make ``` +## Installing +``` bash +make install +``` + +## Dependencies +* [nasm](https://www.nasm.us/) +* ld + +## OS +ash only supports linux. |