mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 23:08:46 +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);
|