Files
ladybird/Libraries/LibJS/Runtime
Linus Groh 33defef267 LibJS: Let parser keep track of errors
Rather than printing them to stderr directly the parser now keeps a
Vector<Error>, which allows the "owner" of the parser to consume them
individually after parsing.

The Error struct has a message, line number, column number and a
to_string() helper function to format this information into a meaningful
error message.

The Function() constructor will now include an error message when
throwing a SyntaxError.
2020-05-15 09:53:52 +02:00
..
2020-04-23 09:47:23 +02:00
2020-05-08 20:06:49 +02:00
2020-05-08 20:06:49 +02:00
2020-04-23 19:38:13 +02:00
2020-04-28 15:07:08 +02:00
2020-04-28 15:07:08 +02:00
2020-05-07 23:05:55 +02:00
2020-05-07 23:05:55 +02:00
2020-05-08 20:06:49 +02:00