1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:08:11 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler
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
..
AST JSSpecCompiler: Add control flow graph simplification pass 2024-01-04 12:06:56 -07:00
Compiler JSSpecCompiler: Replace all declarations with assignments 2024-01-04 12:06:56 -07:00
Parser Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
Tests JSSpecCompiler: Replace all declarations with assignments 2024-01-04 12:06:56 -07:00
CMakeLists.txt JSSpecCompiler: Add control flow graph simplification pass 2024-01-04 12:06:56 -07:00
CompilationPipeline.h JSSpecCompiler: Provide an adequate command line interface 2023-10-26 15:45:31 -06:00
Forward.h JSSpecCompiler: Add control flow building pass 2023-12-14 09:06:05 -07:00
Function.cpp JSSpecCompiler: Add control flow building pass 2023-12-14 09:06:05 -07:00
Function.h JSSpecCompiler: Add control flow building pass 2023-12-14 09:06:05 -07:00
main.cpp JSSpecCompiler: Add control flow graph simplification pass 2024-01-04 12:06:56 -07:00