/gorth

Forth interpreter written in Go

Primary LanguageGo

Gorth

literally just Forth, but written in Go

Quick Start

go run main.go <filename.forth>
``
### or
```sh
go build main.go
./main <filename.forth>