mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-04-16 20:14:37 +00:00
List of arguments for function calls is constructed in reverse and then reverted. This was done in function_call grammar rule. Do the reverse directly in var_list grammar rule. This fixes reverse order of arguments in method calls.