This commit is contained in:
Andre Wagner
2026-05-15 16:10:34 -05:00
parent 51852887ec
commit 5adfa566a0
5 changed files with 75 additions and 35 deletions

View File

@@ -225,10 +225,4 @@ const char* code_const_string(Code const* code, size_t n);
uint32_t code_n_functions(Code const* code);
Instruction code_next_instruction(Code const* code, uint32_t function_id, uint32_t pc);
//
// VM
//
TYC_RESULT step(TycheVM* T);
#endif //TYCHE_PRIV_H