added array and byte-array literal handling.
removed CMD_EXTEND_DOUBLE and cleaned up instruction decoding a bit
This commit is contained in:
@ -177,6 +177,7 @@ static char* syntax_error_msg[] =
|
||||
"string expected",
|
||||
"invalid radix",
|
||||
"invalid numeric literal",
|
||||
"byte too small or too large",
|
||||
"{ expected",
|
||||
"} expected",
|
||||
"( expected",
|
||||
|
Reference in New Issue
Block a user