added some error checks for error literals and smptr literals

This commit is contained in:
2018-02-17 16:01:27 +00:00
parent de0715e302
commit 22127d384f
4 changed files with 37 additions and 39 deletions

View File

@ -83,6 +83,8 @@ static char* synerrstr[] =
"wrong character literal",
"invalid numeric literal",
"out of integer range",
"wrong error literal",
"wrong smptr literal",
"sudden end of input",
"( expected",