RFC: Add Missing Prepositions 'by' and 'at' to Core Specification #58
Closed
KrisSimon
started this conversation in
Language Design
Replies: 1 comment
-
|
Accepted as an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
ARO-0001 defines 8 prepositions but the codebase uses at least 2 more that aren't formally specified.
Currently Defined (ARO-0001)
from(source/origin)for(purpose/target)with(accompaniment/using)to(destination)into(insertion)on(location/event)via(method/path)as(alias/role)Undocumented Prepositions
byatExamples
Issue
atwithout updating ARO-0001Proposed Solution
Add both to ARO-0001:
by<Split> ... by /pattern/.at<Make> ... at <path>.Semantic Definitions
by= Using as the basis for division or orderingat= At a specific location/pathRelated: PR #50
PR #50 (feat: add Make verb for natural directory creation syntax) adds:
atpreposition to the parser<Make>as verb for directory creation<Make> the <directory> at the <path: "./output">This PR should be reviewed alongside ARO-0001 updates.
Questions
atandbybe full prepositions or context-specific keywords?Beta Was this translation helpful? Give feedback.
All reactions