some changes

master
serr 2025-04-01 20:31:07 +03:00
parent aaa21812f3
commit 38ca0e1084
1 changed files with 1 additions and 4 deletions

View File

@ -61,10 +61,7 @@ statement:
; ;
func_decl: func_decl:
FUNC IDENTIFIER { FUNC IDENTIFIER { if (debug) printf("\033[1;35mFUNCTION: %s\033[0m\n", $2); free($2); }
if (debug) printf("\033[1;35mFUNCTION: %s\033[0m\n", $2);
free($2);
}
LPAREN param_list RPAREN LPAREN param_list RPAREN
{ if (debug) printf("\033[1;35mFUNCTION PARAMS END\033[0m\n"); } { if (debug) printf("\033[1;35mFUNCTION PARAMS END\033[0m\n"); }
block block