Skip to content
/ mml Public

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

Notifications You must be signed in to change notification settings

aryszka/mml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published