#include "assembler.h" /** * Emit bytecode to the VM from the source string. */ void assemble(char *source, ScopeTable *st) { }