Refactoring (MAY BE BUGGY)

This commit is contained in:
2025-10-13 09:16:28 +11:00
parent 81d6e21a00
commit fa5d805eef
20 changed files with 2953 additions and 2929 deletions

6
src/error/error.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "../main.h"
#include <string>
Literal error(std::string in, std::string errCode = "syntaxError", int exitc = 1);