aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/error_helper/error_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/error_helper/error_helper.h')
-rw-r--r--src/compiler/error_helper/error_helper.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compiler/error_helper/error_helper.h b/src/compiler/error_helper/error_helper.h
new file mode 100644
index 0000000..3a78c7c
--- /dev/null
+++ b/src/compiler/error_helper/error_helper.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <utils/types.h>
+
+extern void printError(char const *error, SourceCode code, char const *begin,
+ char const *end, ...);