Array support now works

This commit is contained in:
Samuel D. Crow
2022-08-05 15:06:35 -05:00
parent 7930b048b8
commit 2354f0be28
6 changed files with 94 additions and 21 deletions

View File

@@ -28,7 +28,8 @@ const char *COMPILE_ERROR_NAMES[]={
"too many parameters in function call",
"value cannot be assigned",
"undimensioned array or undeclared function",
"return code was not specified on function"
"return code was not specified on function",
"wrong number of dimensions when accessing array"
};
/* These correspond to the types of enum TYPES. */