This commit is contained in:
Andre Wagner
2026-05-15 14:41:46 -05:00
parent 886566a27b
commit 51852887ec
4 changed files with 121 additions and 6 deletions

View File

@@ -225,4 +225,10 @@ 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