mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +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
9 changed files with 255 additions and 58 deletions
|
@ -24,6 +24,7 @@ public:
|
|||
static NonnullRefPtr<ParseError> create(ErrorOr<String> message, XML::Node const* node);
|
||||
|
||||
String to_string() const;
|
||||
XML::Offset offset() const;
|
||||
|
||||
private:
|
||||
String m_message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue