|
Bond 0.9
C++ Bond Runtime Library API Documentation
|
| Compiler | These classes form the parts of the Bond compiler |
| Parse Nodes | These classes define all of the types of ParseNodes that form the parse trees generated by the Bond compiler |
| I/O | These interfaces and their default implementations are used by Bond for performing I/O operations without making assumptions about what underlying I/O library is used |
| Systems | These classes implement low-level utilities |
| Endian | These functions provide functionality for manipulating byte order |
| Math | Useful math functions |
| Tools | These classes implement tools for querying, validating and debugging Bond parse trees and compiled code |
| Types | Various basic types used throughout the Bond Runtime Library |
| Virtual Machine | These classes form the parts of the Bond virtual machine |