-
Notifications
You must be signed in to change notification settings - Fork 113
Add string interpolation #62
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
base: master
Are you sure you want to change the base?
Conversation
Could you add some unit tests for it in |
I ran into a problem with string interpolation inside another ( |
Do we really want this in hscript? String interpolation is an order of magnitude more complex than everything else, especially when it starts being nested. We haven't even solved that in the compiler properly. |
I guess I'll just leave it unsolved. |
b92e8a8
to
9b53b4b
Compare
Will this be merged any time soon? If not, at least I can leave it as a feature in my hscript-plus. |
Unless it's well tested and compliant with Haxe I think it shouldn't be merged. |
For issue #61
This passes all the tests I wrote over DleanJeans/hscript-plus.
Let me know if there's something wrong!