ladybird/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/AST
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.cpp JSSpecCompiler: Parse lists in xspec mode 2024-02-24 15:03:08 -07:00
AST.h JSSpecCompiler: Parse "NewTarget" in xspec mode 2024-02-24 15:03:08 -07:00
ASTPrinting.cpp JSSpecCompiler: Let FunctionDeclaration know its name and category 2024-03-25 14:28:52 -06:00