mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-27 17:18:48 +00:00
7 lines
134 B
C++
7 lines
134 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "sm_parser.hpp"
|
||
|
|
#include <vector>
|
||
|
|
|
||
|
|
std::vector<std::string> compile_to_code(const std::vector<SMInstr> &code);
|