mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 18:40:00 +00: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.
|
||
|---|---|---|
| .. | ||
| simple.cpp | ||
| simple.cpp.expectation | ||
| spec-no-new-line-after-dot.xml | ||
| spec-no-new-line-after-dot.xml.expectation | ||
| spec-parsing.xml | ||
| spec-parsing.xml.expectation | ||
| spec-single-function-simple.xml | ||
| spec-single-function-simple.xml.expectation | ||