lama_byterun/byterun/include/interpreter.h

6 lines
59 B
C
Raw Normal View History

#pragma once
#include "parser.h"
void run(bytefile *bf);