Skip to content

arborlang/ArborGo

Repository files navigation

The Arbor programming language (Now in Go!)

Check out the wiki!

Contributing to Arbor

PRs are welcome! Contribute as much as you'd like!

Building Arbor

To build Arbor, we have a make file, just run make. To make in debug mode, (which adds a couple of features and maybe better logs), run it as make debug. To run the tests, make test. make will output the binary to your local directory and call it arbor. Run ./arbor --help to see help. Send me an email, or keybase if you have questions.