Skip to content

samuel-pratt/whitespace-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whitespace-go

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.

Running locally

Requires Go to build.

git clone https://github.com/samuel-pratt/whitespace-go.git
cd whitespace-go
go build
./whitespace-go hello_world.ws