+5
-1
Package.swift
+5
-1
Package.swift
···// Products define the executables and libraries a package produces, making them visible to other packages.···
-3
Sources/PterodactylKernel/PterodactylKernel.swift
-3
Sources/PterodactylKernel/PterodactylKernel.swift
+21
Sources/PterodactylSyntax/Cursor.swift
+21
Sources/PterodactylSyntax/Cursor.swift
···
+16
Sources/PterodactylSyntax/Protocols.swift
+16
Sources/PterodactylSyntax/Protocols.swift
···
+15
Sources/PterodactylSyntax/Token.swift
+15
Sources/PterodactylSyntax/Token.swift
···
+71
Sources/PterodactylSyntax/Tree.swift
+71
Sources/PterodactylSyntax/Tree.swift
···+result += "\n\(indent) \(token.kind): \(token.text.replacingOccurrences(of: "\n", with: "\\n"))"
+20
Sources/PterodactylSyntax/Utf16Position.swift
+20
Sources/PterodactylSyntax/Utf16Position.swift
···