8000 GitHub - vince-hz/SwiftSyntaxDowngrade: A script to downgrade swift syntax from 5.9 to 5.3.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vince-hz/SwiftSyntaxDowngrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SwiftSynctaxDowngrade

This is a tool to downgrade Swift syntax from Swift 5.9 to Swift 5.3.

Usage

let url = URL(fileURLWithPath: "path/to/your/file.swift")
let result = convert(url)
try! SourceFilePrinter.writeToFile(syntax: result, path: url.path)

About

A script to downgrade swift syntax from 5.9 to 5.3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0