Refactoring (MAY BE BUGGY)
This commit is contained in:
7
src/parser/parser.h
Normal file
7
src/parser/parser.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "../main.h"
|
||||
|
||||
std::vector<Instruction> parser(std::vector<std::vector<std::string>> in);
|
||||
Reference in New Issue
Block a user