Skip to content

Commit 301047b

Browse files
committed
Merge nominal parsing into the one function
All nominals had extremely similar parse functions. Merge them into the one function so that improvements to one improves them all.
1 parent acd9391 commit 301047b

File tree

6 files changed

+294
-467
lines changed

6 files changed

+294
-467
lines changed

Sources/SwiftParser/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ add_library(SwiftParser STATIC
1818
LoopProgressCondition.swift
1919
Modifiers.swift
2020
Names.swift
21+
Nominals.swift
2122
Parser.swift
2223
Patterns.swift
2324
RawTokenKindSubset.swift

0 commit comments

Comments
 (0)