mo-gr / mml

Alternative frontend for the Go and JS environments. [WIP]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WIP]

MML

Alternative frontend for the Go and JS environments.

Boot the compiler

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.mml > hello/hello.go
go run hello/hello.go

About

Alternative frontend for the Go and JS environments. [WIP]


Languages

Language:Go 99.8%Language:Makefile 0.2%