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

No string interpolation #61

Open
arthurferrai opened this issue Mar 26, 2017 · 4 comments
Open

No string interpolation #61

arthurferrai opened this issue Mar 26, 2017 · 4 comments

Comments

@arthurferrai
Copy link

String interpolation does not work on hscript. It would be nice to have it in hscript.

@Slipyx
Copy link

Slipyx commented Mar 27, 2017

According to the manual, interpolation is a compile-time feature, whereas hscript is just purely interpreted.

@DleanJeans
Copy link

I may open a pull request while I'm at it after finishing some stuff in my hscript-plus project

@DleanJeans
Copy link

DleanJeans commented Apr 30, 2017

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.
I need some pointers to this!

UPDATE:
I just found where it's implemented in the Haxe compiler: typer.ml.

@arthurferrai
Copy link
Author

I think I can use string templates if I really need this feature: https://haxe.org/manual/std-template.html

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

3 participants