mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
JSSpecCompiler: Make -xspec capable of parsing the whole specification
... in theory. In practice, we fail to parse all of the functions.
This commit is contained in:
parent
483e195e48
commit
14ee25b8ba
Notes:
sideshowbarker
2024-07-17 03:45:48 +09:00
Author: https://github.com/DanShaders
Commit: 14ee25b8ba
Pull-request: https://github.com/SerenityOS/serenity/pull/22794
Reviewed-by: https://github.com/ADKaster ✅
9 changed files with 255 additions and 58 deletions
|
@ -63,6 +63,8 @@ class AlgorithmStep;
|
|||
class AlgorithmStepList;
|
||||
class Algorithm;
|
||||
class SpecFunction;
|
||||
class SpecificationClause;
|
||||
class Specification;
|
||||
|
||||
// DiagnosticEngine.h
|
||||
struct LogicalLocation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue