Skip to content

Commit b928b76

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 8d5a984 commit b928b76

File tree

5 files changed

+285
-457
lines changed

5 files changed

+285
-457
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)