mirror of https://github.com/kdl-org/kdl.git
Update draft-marchan-kdl2.md
Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
This commit is contained in:
parent
07788d1a9e
commit
3b9436361a
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue