Age | Commit message (Collapse) | Author |
|
Just inline into asm_translate_nodes
|
|
SIZE_FMT gets the size of a cstr with the given sprintf formatted
string and arguments using `snprintf`.
vec_append_fmt formats a cstr with the given sprintf arguments then
appends it to the given vector.
This simplifies a little bit of the wordy implementation of the
assembler.
|
|
|
|
Clearer, precise and no double pointers.
|
|
|
|
|
|
Provides:
+ Transpilation from brainfuck code into intel style assembly
+ functions to assemble and link code
|