Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Template Literals

Compare
Choose a tag to compare
@SahilK-027 SahilK-027 released this 05 Oct 03:50
· 10 commits to main since this release
e53dd8d
  • Updated the lexer and parser to tokenize and parse template literals correctly.
  • Added support for template interpolations in the form of '@{expression}'.
  • Created an abstract syntax tree (AST) representation for template literals with interpolations.
  • Improved error handling for missing or mismatched backticks in template literals.