mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-28 05:52:53 +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. |
||
---|---|---|
.. | ||
AST | ||
Compiler | ||
Parser | ||
Tests | ||
CMakeLists.txt | ||
CompilationPipeline.h | ||
DiagnosticEngine.cpp | ||
DiagnosticEngine.h | ||
Forward.h | ||
Function.cpp | ||
Function.h | ||
main.cpp |