1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 12:44:59 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Compiler
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
..
Passes JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
CompilerPass.cpp JSSpecCompiler: Make TranslationUnit fields private 2024-01-21 14:57:10 -07:00
CompilerPass.h JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
ControlFlowGraph.cpp JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
ControlFlowGraph.h JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
EnableGraphPointers.h JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
GenericASTPass.cpp JSSpecCompiler: Recurse into the correct subtrees in RecursiveASTVisitor 2024-01-21 14:57:10 -07:00
GenericASTPass.h JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
StronglyConnectedComponents.h JSSpecCompiler: Add bare-bones DCE pass 2024-01-14 16:05:51 -07:00