lama_byterun/byterun/include/compiler.hpp

7 lines
134 B
C++
Raw Normal View History

#pragma once
#include "sm_parser.hpp"
#include <vector>
std::vector<std::string> compile_to_code(const std::vector<SMInstr> &code);