compiler fix to support the code block expression
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-10 02:59:41 +09:00
parent 5a28ab3749
commit 889d5d90ae
5 changed files with 92 additions and 33 deletions

View File

@ -159,6 +159,7 @@ static char* synerrstr[] =
"invalid callable",
"unbalanced key/value pair",
"unbalanced parenthesis/brace/bracket",
"unexpected semicolon",
"empty x-list",
"empty m-list",
"block expression expected"