aboutsummaryrefslogtreecommitdiff
path: root/consts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'consts.cpp')
-rw-r--r--consts.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/consts.cpp b/consts.cpp
new file mode 100644
index 0000000..894482e
--- /dev/null
+++ b/consts.cpp
@@ -0,0 +1,8 @@
+#include "consts.h"
+
+const char *SYN_ERR_MSG[] = {
+ "\"%s\" is not an valid identifier",
+ "Cannot apply the operation \"%s\"",
+ "An identifier is expected",
+ "Unbound variable: \"%s\""
+};