Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support template string interpolation #32

Open
conartist6 opened this issue Feb 22, 2023 · 1 comment
Open

Support template string interpolation #32

conartist6 opened this issue Feb 22, 2023 · 1 comment

Comments

@conartist6
Copy link
Member

conartist6 commented Feb 22, 2023

e.g.

const jsExpr = buildTemplateEngine(jsLanguage, 'Expression');

jsExpr`2 + ${val}`; // returns a CST
jsExpr`2 ${val}`; // fail
@conartist6
Copy link
Member Author

This is now top-of-stack as it has architectural implications for choices I am currently making around how it is possible to transfer control!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant