cd $GOPATH/src
git clone [email protected]:joneshf/forth-to-forth.git
cd forth-to-forth
go get
go build
echo "5 6 + ." | ./forth-to-forth
# or
./forth-to-forth
10 11 - .
-1
go test
| Name | Name | Last commit date | ||
|---|---|---|---|---|
cd $GOPATH/src
git clone [email protected]:joneshf/forth-to-forth.git
cd forth-to-forth
go get
go build
echo "5 6 + ." | ./forth-to-forth
# or
./forth-to-forth
10 11 - .
-1
go test