1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 13:25:08 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/AST
Dan Klishch 4c4e1e1aed JSSpecCompiler: Add if branch merging pass
It merges standalone IfBranch/ElseIfBranch nodes into IfElseIfChain
nodes. This will ease CFG generation later.
2023-09-09 11:20:43 -06:00
..
AST.cpp JSSpecCompiler: Add if branch merging pass 2023-09-09 11:20:43 -06:00
AST.h JSSpecCompiler: Add if branch merging pass 2023-09-09 11:20:43 -06:00
ASTPrinting.cpp JSSpecCompiler: Add if branch merging pass 2023-09-09 11:20:43 -06:00