# gorth - go forth Simple [forth](https://www.forth.com/forth) compiler implementation written in go. ## Building ``` bash go build -o gorth ./src ```