Simple-Regex-Complier-in-Go

go install regex.go
go run regex.go
Supporting Code for this blogpost.
This is essentially a port of Russ Cox's implementation found here