Skip to content

Syntax changes #26

@gregofi

Description

@gregofi

Since we use lalrpop, we are limited to a LR(1) grammar. Handwritten parser would parse some currently ambigious things. Here is a list we would like to change in the future:

  • Lambdas: |x| { x + 1 } => (x) => x + 1, ideally without having to use parentheses with one argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions