1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 17:55:06 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Compiler
2023-10-02 21:15:08 +02:00
..
CompilerPass.h JSSpecCompiler: Add infrastructure to run compiler passes on AST 2023-09-02 19:57:06 +02:00
FunctionCallCanonicalizationPass.cpp JSSpecCompiler: Add function call canonicalization pass 2023-09-09 11:20:43 -06:00
FunctionCallCanonicalizationPass.h JSSpecCompiler: Add function call canonicalization pass 2023-09-09 11:20:43 -06:00
GenericASTPass.cpp JSSpecCompiler: Allow storing NullableTrees in nodes 2023-09-09 11:20:43 -06:00
GenericASTPass.h JSSpecCompiler: Allow storing NullableTrees in nodes 2023-09-09 11:20:43 -06:00
IfBranchMergingPass.cpp JSSpecCompiler: Elide nested TreeList nodes 2023-10-02 21:15:08 +02:00
IfBranchMergingPass.h JSSpecCompiler: Add if branch merging pass 2023-09-09 11:20:43 -06:00
ReferenceResolvingPass.cpp JSSpecCompiler: Add reference resolving pass 2023-09-17 16:04:42 -06:00
ReferenceResolvingPass.h JSSpecCompiler: Add reference resolving pass 2023-09-17 16:04:42 -06:00