go.vm This project is a golang based compiler and interpreter for a simple virtual machine. It is a port of the existing project: The original project has a perl based compiler/decompiler. The original interpreter was written in C. You can get a feel for what it looks like by referring to either th