hscript
hscript copied to clipboard
No string interpolation
String interpolation does not work on hscript. It would be nice to have it in hscript.
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. I need some pointers to this!
UPDATE: I just found where it's implemented in the Haxe compiler: typer.ml.
I think I can use string templates if I really need this feature: https://haxe.org/manual/std-template.html