mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
In a nutshell, when we understand that the expression is a function
call (this happens at '(' after an expression), stop parsing expression
and start parsing function arguments. This makes
`FunctionCallCanonicalizationPass` and the workaround for zero argument
function calls obsolete.
6.6 KiB
6.6 KiB