enhancing the compiler to support the variable argument list with the ellipsis
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user