#ifndef __VM_H__ #define __VM_H__ #include "ir.h" void run(const IRToks *ir, const BuiltinFunc *builtin_funcs); #endif /* VM_H */