ladybird/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler
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 JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
Compiler JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
Parser JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
Tests JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
CMakeLists.txt JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
CompilationPipeline.h JSSpecCompiler: Provide an adequate command line interface 2023-10-26 15:45:31 -06:00
DiagnosticEngine.cpp JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
DiagnosticEngine.h JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
Forward.h JSSpecCompiler: Parse enumerators in xspec mode 2024-02-24 15:03:08 -07:00
Function.cpp JSSpecCompiler: Parse enumerators in xspec mode 2024-02-24 15:03:08 -07:00
Function.h JSSpecCompiler: Parse enumerators in xspec mode 2024-02-24 15:03:08 -07:00
main.cpp JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00