This repository was archived by the owner on Oct 13, 2024. It is now read-only.
Template Literals
- 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.