writing code to implement return variables

This commit is contained in:
2021-05-09 15:32:54 +00:00
parent 01719d0056
commit 391d62511b
6 changed files with 139 additions and 30 deletions

View File

@ -91,6 +91,7 @@ static char* synerrstr[] =
{
"no error",
"internal error",
"unexpected compiler node",
"illegal character",
"illegal token",
"comment not closed",
@ -126,6 +127,7 @@ static char* synerrstr[] =
"#include error",
"... disallowed",
"::: disallowed",
"loop body too big",
"if body too big",
"lambda block too big",