Bond

Documentation

The Bond Language

This reference documents the syntax and semantics of the core Bond language. It is the starting point for learning how to write programs with Bond.

C++ Bond Runtime Library API Documentation

This reference documents the public C++ API of the Bond Runtime Library. It describes all of the components that can be embedded into applications, including the virtual machine, the compiler and utilities, such as a disassembler to make compiled bytecode human readable.

Bond Standard Library API Documentation

This reference documents the public API of the Bond Standard Library. It describes all of the functionality, such as math functions and formatted I/O, that is available by default to programs written in Bond.

Please stay tuned. Documentation for the following topics is on its way: