From 65f17438de5983ca010e10b4b24c5da65756a9b5 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 4 Aug 2013 11:50:41 +0800 Subject: added exception facilities --- consts.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 consts.cpp (limited to 'consts.cpp') 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\"" +}; -- cgit v1.2.3