ladybird/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler
Dan Klishch 0e7c33b1be JSSpecCompiler: Let FunctionDeclaration know its name and category
This is achieved by moving ClauseHeader::{AbstractOperation,Accessor,
Method} to Function.h itself and storing them in FunctionDeclaration.

This commit also introduces QualifiedName class that is used to store
function's name split by '.' (just like it appear in the spec).
2024-03-25 14:28:52 -06:00
..
AST JSSpecCompiler: Let FunctionDeclaration know its name and category 2024-03-25 14:28:52 -06:00
Compiler JSSpecCompiler: Let FunctionDeclaration know its name and category 2024-03-25 14:28:52 -06:00
Parser JSSpecCompiler: Let FunctionDeclaration know its name and category 2024-03-25 14:28:52 -06:00
Tests JSSpecCompiler: Ignore notes in algorithm steps 2024-02-24 15:03:08 -07:00
CMakeLists.txt JSSpecCompiler: Rename SpecParser.h to SpecificationParsing.h 2024-03-14 18:34:13 -06: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: Rename SpecFunction to SpecificationFunction 2024-03-14 18:34:13 -06:00
Function.cpp JSSpecCompiler: Let FunctionDeclaration know its name and category 2024-03-25 14:28:52 -06:00
Function.h JSSpecCompiler: Let FunctionDeclaration know its name and category 2024-03-25 14:28:52 -06:00
main.cpp JSSpecCompiler: Let FunctionDeclaration know its name and category 2024-03-25 14:28:52 -06:00