-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed as not planned
Labels
syntaxIssues related with syntax or ABNFIssues related with syntax or ABNF
Description
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
Labels
syntaxIssues related with syntax or ABNFIssues related with syntax or ABNF