lama_byterun/byterun/include/interpreter.h

6 lines
82 B
C
Raw Normal View History

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