a short, simple, inelegant and unidiomatic language written in Golang
Features:
- A
print
statement - Variables using the
var
keyword - Conditionals using
if
- Is truthy!
Clone this to your computer:
go get github.com/vikramdurai/macaque-lang
Test it:
cd $GOPATH/github.com/vikramdurai/macaque-lang
go run main.go test.maq
Install it:
go build
# anywhere in your $PATH
mv macaque-lang /usr/bin
Use of this software is governed by a
MIT license found in the LICENSE
file