Update draft-marchan-kdl2.md

Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
This commit is contained in:
Kat Marchán 2025-04-17 11:51:00 -07:00 committed by GitHub
parent 07788d1a9e
commit 3b9436361a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -295,7 +295,8 @@ designing this feature, it was determined that the value for various real-world
DSLs outweighed the complexity of the following rules. DSLs outweighed the complexity of the following rules.
As such, to remove ambiguity, the suffix ({{identifier-string}}) MUST NOT start As such, to remove ambiguity, the suffix ({{identifier-string}}) MUST NOT start
with any of the following patterns, all of which MUST yield syntax errors: with any of the following patterns, all of which MUST yield syntax errors
(if they can be distinguished from other syntaxes at all):
* `.`, `,`, or `_` * `.`, `,`, or `_`
* `[a-zA-Z][0-9_]` (to disambiguate all non-decimals, with breathing room) * `[a-zA-Z][0-9_]` (to disambiguate all non-decimals, with breathing room)