-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
static-metaprogrammingIssues related to static metaprogrammingIssues related to static metaprogramming
Description
The current syntax for importing augmentation libraries is import augment <uri>
.
That's currently unambiguous, but would not be so if we introduce import shorthand without quotes, like #649.
I suggest changing it to augment import
, which is not unambiguous itself because import
is only a built-in identifier.
If we make augment
a built-in identifier too, in all libraries, it will be unambiguous, needing no lookahead, since built-in identifiers cannot be parsed as a type.
mateusfccp, halildurmus, FMorschel and munificent
Metadata
Metadata
Assignees
Labels
static-metaprogrammingIssues related to static metaprogrammingIssues related to static metaprogramming
Type
Projects
Status
Done