added experimental code to call function held in a variable

This commit is contained in:
2019-04-28 15:44:10 +00:00
parent abce018b2f
commit d64d0a73b4
7 changed files with 324 additions and 357 deletions

View File

@ -206,6 +206,11 @@ struct qse_awk_nde_fncall_t
qse_awk_fnc_info_t info;
qse_awk_fnc_spec_t spec;
} fnc;
struct
{
qse_awk_nde_var_t* var;
} fcv;
} u;
qse_awk_nde_t* args;
qse_size_t nargs;