Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

assert priority #168

Closed
Closed
@bloodyowl

Description

@bloodyowl
assert 1 == 2

is parsed as

(assert 1) == 2

Wouldn't it have a better UX if we had one of the following?

  • we considered assert like a regular function call (assert(1 == 2))
  • we change the priority to parse as assert (1 == 2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions