1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 13:05:09 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Compiler
Dan Klishch 23164bc570 JSSpecCompiler: Replace all declarations with assignments
We assume that variable shadowing is impossible, so then there is no
reason to keep distinct Declaration and Assignment operators after
ReferenceResolvingPass.
2024-01-04 12:06:56 -07:00
..
Passes JSSpecCompiler: Replace all declarations with assignments 2024-01-04 12:06:56 -07:00
CompilerPass.cpp JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
CompilerPass.h JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
ControlFlowGraph.cpp JSSpecCompiler: Add --dump-cfg option 2023-12-14 09:06:05 -07:00
ControlFlowGraph.h JSSpecCompiler: Add --dump-cfg option 2023-12-14 09:06:05 -07:00
GenericASTPass.cpp JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
GenericASTPass.h JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00