Refactoring (MAY BE BUGGY)
This commit is contained in:
6
src/error/error.h
Normal file
6
src/error/error.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../main.h"
|
||||
#include <string>
|
||||
|
||||
Literal error(std::string in, std::string errCode = "syntaxError", int exitc = 1);
|
||||
Reference in New Issue
Block a user