-
Notifications
You must be signed in to change notification settings - Fork 101
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
No string interpolation #61
Comments
According to the manual, interpolation is a compile-time feature, whereas hscript is just purely interpreted. |
I may open a pull request while I'm at it after finishing some stuff in my hscript-plus project |
Oops it's been over a month! Only until now I got the time to work on this. I've been studying the Parser code for a while to find a way to make it work like described in the Haxe Manual. UPDATE: |
I think I can use string templates if I really need this feature: https://haxe.org/manual/std-template.html |
String interpolation does not work on hscript. It would be nice to have it in hscript.
The text was updated successfully, but these errors were encountered: