/forth-to-forth

Primary LanguageGoApache License 2.0Apache-2.0

forth-to-forth

Install

cd $GOPATH/src
git clone git@github.com:joneshf/forth-to-forth.git
cd forth-to-forth

Build

go get
go build
echo "5 6 + ." | ./forth-to-forth
# or
./forth-to-forth
10 11 - .
-1

Run Tests:

go test