1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 18:15:07 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler
Dan Klishch 483e195e48 JSSpecCompiler: Store arguments in declaration instead of definition
And create a struct encapsulating argument name in the preparation for
argument types and optional arguments.
2024-01-21 14:57:10 -07:00
..
AST JSSpecCompiler: Create FunctionDeclarations for all external functions 2024-01-14 16:05:51 -07:00
Compiler JSSpecCompiler: Store arguments in declaration instead of definition 2024-01-21 14:57:10 -07:00
Parser JSSpecCompiler: Store arguments in declaration instead of definition 2024-01-21 14:57:10 -07:00
Tests JSSpecCompiler: Store arguments in declaration instead of definition 2024-01-21 14:57:10 -07:00
CMakeLists.txt JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
CompilationPipeline.h JSSpecCompiler: Provide an adequate command line interface 2023-10-26 15:45:31 -06:00
DiagnosticEngine.cpp JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
DiagnosticEngine.h JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
Forward.h JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
Function.cpp JSSpecCompiler: Store arguments in declaration instead of definition 2024-01-21 14:57:10 -07:00
Function.h JSSpecCompiler: Store arguments in declaration instead of definition 2024-01-21 14:57:10 -07:00
main.cpp JSSpecCompiler: Store arguments in declaration instead of definition 2024-01-21 14:57:10 -07:00