added string, character, symbol literals with c style escape sequences

This commit is contained in:
hyunghwan.chung
2015-06-24 11:53:19 +00:00
parent dea9944270
commit 54aa947bab
4 changed files with 311 additions and 180 deletions

View File

@ -173,7 +173,8 @@ static char* syntax_error_msg[] =
"string not closed",
"no character after $",
"no valid character after #",
"missing colon",
"wrong character literal",
"colon expected",
"string expected",
"invalid radix",
"invalid numeric literal",