ladybird/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/AST
Dan Klishch d14bb7e91e JSSpecCompiler: Make function arguments parsing much simpler
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.
2024-02-24 15:03:08 -07:00
..
AST.cpp JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
AST.h JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
ASTPrinting.cpp JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00