Ondrej Zajicek e4ce88cc50 Filter: Move argument list reversal from function_call to var_list
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.
2023-09-12 16:33:54 +02:00
..
2023-09-12 16:19:33 +02:00
2020-05-02 02:47:18 +02:00
2022-02-06 23:27:13 +01:00