mirror of
https://github.com/avinal/The-VM-to-HACK-Translator.git
synced 2026-01-10 07:08:32 +05:30
headers updated
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#include "code_writer.hpp"
|
#include "../include/code_writer.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
namespace fs = std::filesystem;
|
namespace fs = std::filesystem;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "code_writer.hpp"
|
#include "../include/code_writer.hpp"
|
||||||
|
|
||||||
code_writer::code_writer(lots_of_files names)
|
code_writer::code_writer(lots_of_files names)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "parser.hpp"
|
#include "../include/parser.hpp"
|
||||||
|
|
||||||
c_type parser::command_type(std::string com)
|
c_type parser::command_type(std::string com)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "vutility.hpp"
|
#include "../include/vutility.hpp"
|
||||||
|
|
||||||
std::vector<std::string> vutility::split(std::string str, char delimit)
|
std::vector<std::string> vutility::split(std::string str, char delimit)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user