Skip to content

which operators should have n-ary parsing? #7368

@dmbates

Description

@dmbates

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

No one assigned

    Labels

    breakingThis change will break codeneeds decisionA decision on this change is neededparserLanguage parsing and surface syntax

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions