Skip to content

Commit 0030cac

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 add30e7 commit 0030cac

File tree

7 files changed

+300
-470
lines changed

7 files changed

+300
-470
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)