mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-20 10:02:51 +00:00
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). |
||
---|---|---|
.. | ||
AST | ||
Compiler | ||
Parser | ||
Tests | ||
CMakeLists.txt | ||
CompilationPipeline.h | ||
DiagnosticEngine.cpp | ||
DiagnosticEngine.h | ||
Forward.h | ||
Function.cpp | ||
Function.h | ||
main.cpp |