joneshf / forth-to-forth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Go 100.0%