A Whitespace interpreter written in Go.
Whitespace is a esoteric programming language made up entirely of spaces, tabs, and newlines.
This interpreter does not have support for subroutines or jumps yet, but will be added soon.
Requires Go to build.
git clone https://github.com/samuel-pratt/whitespace-go.git
cd whitespace-go
go build
./whitespace-go hello_world.ws