Patched segault in parser

This commit is contained in:
2023-02-09 12:37:18 +00:00
parent 932401c26d
commit e946a5f071
4 changed files with 7 additions and 49 deletions

View File

@@ -96,6 +96,7 @@ int main() {
//run each file in tests/scripts/
char* filenames[] = {
"access-parent-directory.toy",
"arithmetic-without-operand.toy",
"bad-function-identifier.toy",
"declare-types-array.toy",
"declare-types-dictionary-key.toy",