1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:07:43 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler
Dan Klishch 81519975c5 JSSpecCompiler: Add reference resolving pass
It replaces UnresolvedReference with Variable, FunctionPointer, or
SlotName nodes. Also, it gathers all variable names from their
declarations.
2023-09-17 16:04:42 -06:00
..
AST JSSpecCompiler: Add reference resolving pass 2023-09-17 16:04:42 -06:00
Compiler JSSpecCompiler: Add reference resolving pass 2023-09-17 16:04:42 -06:00
Parser JSSpecCompiler: Make nodes inherit from Statement or Expression 2023-09-17 16:04:42 -06:00
CMakeLists.txt JSSpecCompiler: Add reference resolving pass 2023-09-17 16:04:42 -06:00
Forward.h JSSpecCompiler: Add reference resolving pass 2023-09-17 16:04:42 -06:00
Function.cpp JSSpecCompiler: Add reference resolving pass 2023-09-17 16:04:42 -06:00
Function.h JSSpecCompiler: Add reference resolving pass 2023-09-17 16:04:42 -06:00
main.cpp JSSpecCompiler: Add reference resolving pass 2023-09-17 16:04:42 -06:00