Installing Bonobo
The Bonobo toolchain is written in Dart, and includes everything you need to build applications productively.
Getting the Toolchain
- Make sure that the Dart SDK installed, and in your
PATH. - Install the toolchain by running
pub global activate --source git https://github.com/bonobo-lang/bonobo.git. - The toolchain will now be available in your system as
bonobo.
Available Commands
Run bonobo help for a full list of available toolchain commands.
The following are some you might use very often:
bonobo compile- Verifies and compiles a Bonobo program to C.bonobo info- Dump information about the current module.bonobo language_server- Runs a Language Server Protocol analysis server.bonobo doc- Generates documentation for a Bonobo module.bonobo format- Formats a document of Bonobo code according to opinionated guidelines.