[WIP]
Alternative frontend for the Go and JS environments.
Prerequisits: Go installed, $GOPATH set and $GOPATH/bin added to $PATH.
make deps boot
Test:
mkdir -p hello
echo 'stdout("Hello, world!\n")' > hello/hello.mml
mml hello/hello > hello/hello.go
go run hello/hello.go