Files
ladybird/Libraries/LibJS
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-05-14 20:15:18 +02:00
2020-05-05 09:15:16 +02:00
2020-05-05 09:15:16 +02:00
2020-05-15 09:53:52 +02:00
2020-05-04 16:46:31 +02:00
2020-05-12 18:47:38 +02:00