Skip to content

Make syntax keywords case-sensitive #349

@stasm

Description

@stasm

As part of the grammar's migrations to ABNF in #347, we should decide and explicitly define whether the let, match, and when keywords are case-sensitive.

My take is to allow both all-lowercase and all-uppercase spellings and forbid any mixed-cased ones.

  • Valid: let, LET
  • Error: Let, lEt

Metadata

Metadata

Assignees

No one assigned

    Labels

    syntaxIssues related with syntax or ABNF

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions