Commit 1dc4c16
committed
Squashed commit of the following:
commit 4cd9756
Author: Ruslan Alikhamov <[email protected]>
Date: Mon Oct 23 22:17:28 2023 +0400
applied swift-format
commit dc59e96
Author: Ruslan Alikhamov <[email protected]>
Date: Mon Oct 23 22:02:35 2023 +0400
removed redundant variable
commit ff95302
Author: Ruslan Alikhamov <[email protected]>
Date: Mon Oct 23 22:00:23 2023 +0400
refactored optimization in isValidIdentifierContinuationCodePoint
commit 5b94ec9
Author: Ruslan Alikhamov <[email protected]>
Date: Mon Oct 23 21:51:48 2023 +0400
fixed a typo; renamed variables
commit 7e1f23d
Author: Ruslan Alikhamov <[email protected]>
Date: Mon Oct 23 21:38:08 2023 +0400
renamed variables in slice(of:)
commit 3b9c1f8
Author: Ruslan Alikhamov <[email protected]>
Date: Sat Oct 21 19:45:34 2023 +0400
removed redundant newline
commit 83ad08c
Author: Ruslan Alikhamov <[email protected]>
Date: Sat Oct 21 19:02:13 2023 +0400
optimized isSlice(of other: SyntaxText) -> Bool
commit f5d0a3a
Author: Ruslan Alikhamov <[email protected]>
Date: Sat Oct 21 19:02:03 2023 +0400
optimized isValidIdentifierContinuationCodePoint1 parent f8be751 commit 1dc4c16
File tree
2 files changed
+55
-47
lines changed- Sources
- SwiftParser/Lexer
- SwiftSyntax
2 files changed
+55
-47
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
0 commit comments