Open ernestognw opened 1 year ago
Currently, processParameterList is not completed since parameters are handle in the processFunctionDefinition function. However:
processParameterList
processFunctionDefinition
ParameterList
processParametersList
Succesfully closing this issue should solve both.
Description
Currently,
processParameterList
is not completed since parameters are handle in theprocessFunctionDefinition
function. However:ParameterList
as a nodeprocessFunctionDefinition
's parameters be handled viaprocessParametersList
Succesfully closing this issue should solve both.