Skip to content

Commit 776ede1

Browse files
committed
Update README todo list
REPL mode implemented in swiftlang#43 Immediate mode implemented in swiftlang#36 PCH generation implemented by @cltnschlosser in swiftlang#21
1 parent 3eafea1 commit 776ede1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ The goal of the new Swift driver is to provide a drop-in replacement for the exi
127127
* Compilation modes
128128
* [x] Batch mode
129129
* [x] Whole-module-optimization mode
130-
* [ ] REPL mode
131-
* [ ] Immediate mode
130+
* [x] REPL mode
131+
* [x] Immediate mode
132132
* Features
133-
* [ ] Precompiled bridging headers
133+
* [x] Precompiled bridging headers
134134
* [ ] Support embedding of bitcode
135135
* [ ] Incremental compilation
136136
* [x] Parseable output, as used by SwiftPM

0 commit comments

Comments
 (0)