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