File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Sources/Parsing/Documentation.docc Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ process for converting from one type to another and back.
365
365
366
366
If you map a parser-printer with a conversion, rather than just a simple function, you can transform
367
367
a parser-printer to another parser-printer. This library ships with many conversions (see
368
- < doc:ConversionArticle > ) that makes it easy to quickly transform outputs. For example, the ` field `
368
+ < doc:Conversions > ) that makes it easy to quickly transform outputs. For example, the ` field `
369
369
parser can be transformed with the `` Conversion/string-swift.type.property-3u2b5 `` conversion like
370
370
so:
371
371
Original file line number Diff line number Diff line change 2
2
3
3
## Topics
4
4
5
- ### Strings
5
+ ### Common conversions
6
6
7
+ * `` Conversion/memberwise(_:) ``
8
+ * `` Conversion/case(_:)-4j2n7 ``
7
9
* `` Conversion/string-swift.type.property-3u2b5 ``
8
10
* `` Conversion/string-swift.type.property-9owth ``
9
-
10
- ### Numbers
11
-
12
11
* `` Conversion/int-swift.type.property ``
13
12
* `` Conversion/double-swift.type.property ``
13
+ * `` Conversion/json(_:decoder:encoder:)-swift.type.method ``
14
+ * `` Conversion/formatted(_:)-swift.type.method ``
15
+ * `` Conversion/representing(_:)-swift.type.method ``
16
+ * `` Conversion/lossless(_:)-swift.type.method ``
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Some of the most commonly used parsers in the library. Use these parsers with op
24
24
to build complex parsers from simpler pieces.
25
25
26
26
- < doc:Int >
27
+ - < doc:Digits >
27
28
- < doc:String >
28
29
- < doc:Bool >
29
30
- < doc:Float >
@@ -37,6 +38,8 @@ to build complex parsers from simpler pieces.
37
38
- `` PrefixThrough ``
38
39
- `` PrefixUpTo ``
39
40
- `` Optionally ``
41
+ - `` From ``
42
+ - `` Consumed ``
40
43
- `` Always ``
41
44
- `` End ``
42
45
- `` Rest ``
You can’t perform that action at this time.
0 commit comments