-
Notifications
You must be signed in to change notification settings - Fork 38
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
Attributes: function evaluation without interpolation #72
Comments
Its an issue in the parser and will require some refactoring to support.
|
Care to elaborate? Tomorrow I have 10 offline hours in front of me with nothing to do and might want to check this out ;-) |
Sure, parsing becomes difficult when you have to parse elixir code. For example,
|
Hi,
I've wondered why string interpolation is necessary for setting attributes like this:
I could not find an issue where this is discussed in detail. I'd rather like the following syntax (my_function may be replaced with MyModule.my_function):
What exactly is the problem with making this possible?
The text was updated successfully, but these errors were encountered: