Major refactoring commit. Switched from Make tu CMake.
This commit is contained in:
parent
20ac64c604
commit
284b4d3fa9
10 changed files with 323 additions and 13 deletions
|
|
@ -66,5 +66,8 @@ int bytecode_add_instruction(Bytecode *bc, OpCode op, int32_t operand);
|
|||
void bytecode_set_operand(Bytecode *bc, int idx, int32_t operand); /* patching */
|
||||
void bytecode_free(Bytecode *bc);
|
||||
|
||||
// utilities
|
||||
void bytecode_dump(const Bytecode *bc);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue