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

interpolation support #11

Open
c9s opened this issue May 1, 2015 · 0 comments
Open

interpolation support #11

c9s opened this issue May 1, 2015 · 0 comments
Labels
Milestone

Comments

@c9s
Copy link
Owner

c9s commented May 1, 2015

if there is a interpolation node in the expression tree, we shall treat them as string operation. e.g.,

width: (3+4)#{ "px" };

outputs:

width: 7px;

since (3+4) will be evaluated first and then string concat with "px"

@c9s c9s added the Feature label May 1, 2015
@c9s c9s modified the milestone: Pre-Release May 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant