Skip to content

Commit 4f4583e

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 4f4583e

File tree

5 files changed

+288
-461
lines changed

5 files changed

+288
-461
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)