Skip to content

Commit 827b0a4

Browse files
authored
Merge pull request #29 from sjavora/add-docs-to-readme
[Docs] Add links to existing driver documentation
2 parents e1e26c3 + 02a408e commit 827b0a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Similarly, one can use the new Swift driver within Xcode by adding a custom buil
3636

3737
The new Swift driver is a work in progress, and there are numerous places for anyone with an interest to contribute! This section covers testing, miscellaneous development tips and tricks, and a rough development plan showing what work still needs to be done.
3838

39+
### Driver Documentation
40+
41+
For a conceptual overview of the driver, see [The Swift Driver, Compilation Model, and Command-Line Experience](https://github.com/apple/swift/blob/master/docs/Driver.md). To learn more about the internals, see [Driver Design & Internals](https://github.com/apple/swift/blob/master/docs/DriverInternals.rst) and [Parseable Driver Output](https://github.com/apple/swift/blob/master/docs/DriverParseableOutput.rst).
42+
3943
### Testing
4044

4145
Test using command-line SwiftPM or Xcode.

0 commit comments

Comments
 (0)