lama_byterun/byterun/include/interpreter.h

6 lines
81 B
C
Raw Normal View History

#pragma once
2024-12-15 16:19:54 +03:00
#include "utils.h"
2024-12-13 13:32:50 +03:00
void run(Bytefile *bf, int argc, char **argv);