undar-lang/tools/assembler/assembler.c

8 lines
131 B
C

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