Skip to content

Could you do Julia 2.0 (parsing) as an option? #141

@PallHaraldsson

Description

@PallHaraldsson

I recall at least three issues with parsing.

Since you opt into this package (even when it will be merged), could you have two ways, a) (meant to be) non-breaking, and b) proposed 2.0 Julia? Likely a) as default, not sure about slipping it in unnoticed... at least having both makes easy to see have breaking in practice this is, or how useful, with PkgEval.

  1. This one would make:
    Parse 1 + 2 + 3 as +(1, +(2, 3)) julia#34999 (comment)

a whole order of magnitude faster.

  1. .+ not defined in metaprogramming julia#47408 (comment)

  2. And I believe |> has bad precedence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions