mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
basic compiler integration (with errors, without check)
This commit is contained in:
parent
7c3ff04573
commit
26d2eaa8b3
5 changed files with 31 additions and 3 deletions
6
byterun/include/compiler.hpp
Normal file
6
byterun/include/compiler.hpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "sm_parser.hpp"
|
||||
#include <vector>
|
||||
|
||||
std::vector<std::string> compile_to_code(const std::vector<SMInstr> &code);
|
||||
Loading…
Add table
Add a link
Reference in a new issue