A Piet interpreter written in Go
$ make $ ./pietongo -i [filename]
If you want to use debug mode,
$ ./pietongo --debug -i [filename]
or you want to specify the pixel of codel,
$ ./pietongo --codel [pixel size] -i [filename]