Skip to content

Commit 5ce2693

Browse files
committed
removing Task
1 parent aed0be0 commit 5ce2693

File tree

2 files changed

+11
-121
lines changed

2 files changed

+11
-121
lines changed

Sources/SyntaxKit/Documentation.docc/Documentation.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ struct BlackjackCard {
188188
## Topics
189189

190190
### Declarations
191-
191+
- ``AccessModifier``
192192
- ``Class``
193193
- ``ComputedProperty``
194194
- ``Enum``
@@ -198,27 +198,31 @@ struct BlackjackCard {
198198
- ``Group``
199199
- ``Import``
200200
- ``Let``
201+
- ``Parameter``
201202
- ``PropertyRequirement``
202203
- ``Protocol``
203204
- ``Struct``
204205
- ``Tuple``
205206
- ``TypeAlias``
206207
- ``Variable``
208+
- ``VariableKind``
207209

208210
### Expressions & Statements
209211
- ``Assignment``
210212
- ``Call``
213+
- ``CaptureReferenceType``
211214
- ``Closure``
212215
- ``ClosureParameter``
213216
- ``ClosureType``
214217
- ``ConditionalOp``
215218
- ``EnumCase``
216-
- ``Init``
217219
- ``Infix``
220+
- ``Init``
221+
- ``Line``
218222
- ``Parenthesized``
223+
- ``ParameterExp``
219224
- ``PlusAssign``
220225
- ``Return``
221-
- ``Task``
222226
- ``VariableExp``
223227

224228
### Control Flow
@@ -231,6 +235,7 @@ struct BlackjackCard {
231235
- ``For``
232236
- ``Guard``
233237
- ``If``
238+
- ``Pattern``
234239
- ``Switch``
235240
- ``SwitchCase``
236241
- ``SwitchLet``
@@ -241,42 +246,29 @@ struct BlackjackCard {
241246
- ``Catch``
242247
- ``Throw``
243248

244-
### Collections
245-
246249
### Building Blocks
247250
- ``Attribute``
248251
- ``CodeBlock``
249252
- ``EmptyCodeBlock``
250-
- ``Line``
251253
- ``Literal``
252-
- ``Parameter``
253-
- ``ParameterExp``
254254

255255
### Protocols
256256
- ``CodeBlockable``
257-
- ``CodeBlockBuilder``
257+
- ``CodeBlockableLiteral``
258258
- ``DictionaryValue``
259259
- ``ExprCodeBlock``
260260
- ``LiteralValue``
261+
- ``PatternCodeBlock``
261262
- ``PatternConvertible``
262263
- ``TypeRepresentable``
263-
- ``CodeBlockableLiteral``
264-
- ``PatternCodeBlock``
265264

266265
### Result Builders
267266
- ``CatchBuilder``
268267
- ``ClosureParameterBuilderResult``
268+
- ``CodeBlockBuilder``
269269
- ``CodeBlockBuilderResult``
270270
- ``CommentBuilderResult``
271271
- ``ExprCodeBlockBuilder``
272272
- ``ParameterBuilderResult``
273273
- ``ParameterExpBuilderResult``
274274
- ``PatternConvertibleBuilder``
275-
276-
### Patterns
277-
- ``Pattern``
278-
279-
### Core Types
280-
- ``AccessModifier``
281-
- ``CaptureReferenceType``
282-
- ``VariableKind``

Sources/SyntaxKit/Expressions/Task.swift

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)