Skip to content

a short, simple, inelegant and unidiomatic language written in Golang

License

Notifications You must be signed in to change notification settings

vikramdurai/macaque-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macaque-lang

a short, simple, inelegant and unidiomatic language written in Golang

Features:

  • A print statement
  • Variables using the var keyword
  • Conditionals using if
  • Is truthy!

Install

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

License

Use of this software is governed by a MIT license found in the LICENSE file

About

a short, simple, inelegant and unidiomatic language written in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages