Files
ladybird/Libraries/LibJS
Linus Groh 95b51e857d LibJS: Add TokenType::TemplateLiteral
This is required for template literals - we're not quite there yet, but at
least the parser can now tell us when this token is encountered -
currently this yields "Unexpected token Invalid". Not really helpful.

The character is a "backtick", but as we already have
TokenType::{StringLiteral,RegexLiteral} this seemed like a fitting name.

This also enables syntax highlighting for template literals in the js
REPL and LibGUI's JSSyntaxHighlighter.
2020-04-24 11:18:57 +02:00
..
2020-04-23 23:48:27 +02:00
2020-04-24 00:02:07 +02:00
2020-04-21 23:47:39 +02:00
2020-04-14 12:54:09 +02:00
2020-04-21 23:47:39 +02:00
2020-04-22 11:48:14 +02:00
2020-04-24 11:18:57 +02:00