-
Notifications
You must be signed in to change notification settings - Fork 440
Add a glossary to SwiftSyntax #1824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci Please test |
Great initiative. In my exposure to SwiftSyntax, I’ve encountered a few terms that come to mind that were initially unclear to me, or meant something slightly different than what I first assumed. Here are some that come to mind in case you’re looking for inspiration for what could be included in this glossary:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Alex, nice idea!
@@ -0,0 +1,13 @@ | |||
# Glossary | |||
|
|||
Abbreviations used in SwiftSyntax |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Abbreviations used in SwiftSyntax | |
Glossary of terms and abbreviations used in SwiftSyntax |
|
||
To avoid ongoing repetition of common long terms, SwiftSyntax uses a couple of abbreviations that are common in compiler projects. | ||
|
||
**Decl** Abbrevation for *Declaration* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**Decl** Abbrevation for *Declaration* | |
**Decl** Abbreviation for *Declaration* |
|
||
**Decl** Abbrevation for *Declaration* | ||
|
||
**Expr** Abbrevation for *Expression* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**Expr** Abbrevation for *Expression* | |
**Expr** Abbreviation for *Expression* |
915fcad
to
bb3f90c
Compare
Thanks for the suggestions @jpsim. I added some more entries to the glossary. |
@swift-ci Please test |
Thanks, these are really helpful. |
The glossary doesn’t contain much yet but I feel it’s always good to have such a document because it will make it easy to add additional entries to it as they come up. rdar://110733511
bb3f90c
to
2c7bac3
Compare
@swift-ci Please test |
The glossary doesn’t contain much yet but I feel it’s always good to have such a document because it will make it easy to add additional entries to it as they come up.
rdar://110733511