From c9090da5bd98c418f71f9110c6c3d82f2f7d37ee Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 7 Jan 2025 02:13:06 +0400 Subject: README updated --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9d2c13..aadbfdc 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3