Files
ladybird/Libraries/LibGUI
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-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-04-10 11:25:49 +02:00
2020-02-16 09:41:56 +01:00
2020-03-16 13:39:34 +01:00
2020-04-21 16:19:18 +02:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-03-19 23:17:34 +01:00
2020-03-19 23:17:34 +01:00