adding special handling for binop
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-09 13:07:37 +09:00
parent 00438200f9
commit dd97f3b7f6
4 changed files with 101 additions and 34 deletions

View File

@ -129,6 +129,7 @@ static char* synerrstr[] =
":= disallowed",
"no value after ,",
"no value after :",
"missing value",
"no separator between array/dictionary elements",
"#include error",