diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-12-15 18:22:56 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-12-15 18:22:56 +0400 |
commit | dfa8798057f83729e54d22f7aa60aafbd69d8235 (patch) | |
tree | b0776815ccdb2c95ee3725eab1c992c5fa8ef5e7 /README.md | |
parent | 58e20af711780e592bcb9e72515f8b8aa4c12d37 (diff) |
README updated
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ +# gorth - go forth Simple [forth](https://www.forth.com/forth) compiler/interpreter implementation written in go. + +## Building +go build -o gorth ./src |