Files
ladybird/Libraries/LibJS
Linus Groh 624eaa32af LibJS: Add Parser::syntax_error() helper
Instead of having fprintf()s all over the place we can now use
syntax_error("message") or syntax_error("message", line, column).

This takes care of a consistent format, appending a newline and getting
the line number and column of the current token if the last two params
are omitted.
2020-04-30 08:41:31 +02:00
..
2020-04-28 20:37:21 +02:00
2020-04-14 12:54:09 +02:00
2020-04-27 11:32:18 +02:00