Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Backends

Antimony supports three compilation backends: JavaScript, C, and QBE. QBE is the primary systems-level target.

Backend can be specified when running on building with --target (-t) option, default is js:

sb -t c build in.sb --out-file out

Available Backends

Target LanguageIdentifierStability notice
Node.jsjsmostly stable
QBEqbework in progress
Ccunstable