1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 18:45:08 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler
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 JSSpecCompiler: Add if branch merging pass 2023-09-09 11:20:43 -06:00
Compiler JSSpecCompiler: Add if branch merging pass 2023-09-09 11:20:43 -06:00
Parser JSSpecCompiler: Allow storing NullableTrees in nodes 2023-09-09 11:20:43 -06:00
CMakeLists.txt JSSpecCompiler: Add if branch merging pass 2023-09-09 11:20:43 -06:00
Forward.h JSSpecCompiler: Add if branch merging pass 2023-09-09 11:20:43 -06:00
Function.cpp JSSpecCompiler: Introduce Function and ExecutionContext classes 2023-09-02 19:57:06 +02:00
Function.h JSSpecCompiler: Introduce Function and ExecutionContext classes 2023-09-02 19:57:06 +02:00
main.cpp JSSpecCompiler: Add if branch merging pass 2023-09-09 11:20:43 -06:00