wip - writing part of compile_fun() in comp.c
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-29 14:02:38 +09:00
parent 5be537b16d
commit 29af1562fc
3 changed files with 55 additions and 12 deletions

View File

@ -155,6 +155,7 @@ static const char* synerrstr[] =
"disallowed argument name",
"disallowed",
"invalid function definition",
"elif without if",
"else without if",
"catch without try",