coding a better compiler

This commit is contained in:
2021-01-17 17:45:39 +00:00
parent 58ec16aa0a
commit e4ae7add8b
14 changed files with 711 additions and 343 deletions

View File

@ -89,6 +89,7 @@ static hcl_ooch_t* errstr[] =
static char* synerrstr[] =
{
"no error",
"internal error",
"illegal character",
"illegal token",
"comment not closed",
@ -100,6 +101,7 @@ static char* synerrstr[] =
"wrong error literal",
"wrong smptr literal",
"wrong multi-segment identifer",
"invalid radix for a numeric literal",
"sudden end of input",
"( expected",