1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/AST
Dan Klishch 0aeb7a26e9 JSSpecCompiler: Prepare for building SSA
This commit introduces NamedVariableDeclaration and
SSAVariableDeclaration and allows storing both of them in Variable node.
Also, it adds additional structures in FunctionDefinition and
BasicBlock, which will be used to store SSA form related information.
2024-01-04 12:06:56 -07:00
..
AST.cpp JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
AST.h JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
ASTPrinting.cpp JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00