enhancing the compiler to support the variable argument list with the ellipsis

This commit is contained in:
2021-05-07 08:53:01 +00:00
parent 44d2c067e1
commit 01719d0056
6 changed files with 60 additions and 7 deletions

View File

@ -125,6 +125,7 @@ static char* synerrstr[] =
"no separator between array/dictionary elements",
"#include error",
"... disallowed",
"loop body too big",
"if body too big",
"lambda block too big",