-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
breakingThis change will break codeThis change will break codeneeds decisionA decision on this change is neededA decision on this change is neededparserLanguage parsing and surface syntaxLanguage parsing and surface syntax
Milestone
Description
As mentioned in
https://groups.google.com/forum/#!topic/julia-users/CQs8uGvbnIo
having A & B & C
generate Expr(:call,:&,:A,:B,:C)
instead of Expr(:call,:&,Expr(:call,:&,:A,:B),:C)
would be helpful for the formula language in DataFrames.jl
Metadata
Metadata
Assignees
Labels
breakingThis change will break codeThis change will break codeneeds decisionA decision on this change is neededA decision on this change is neededparserLanguage parsing and surface syntaxLanguage parsing and surface syntax