mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[regex] Use Swift in the parser Add in a strawperson use of Swift by the parser, for future regex support.
15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
module SILBridging {
|
|
header "SIL/SILBridging.h"
|
|
export *
|
|
}
|
|
|
|
module OptimizerBridging {
|
|
header "SILOptimizer/OptimizerBridging.h"
|
|
export *
|
|
}
|
|
|
|
module ExperimentalRegexBridging {
|
|
header "Parse/ExperimentalRegexBridging.h"
|
|
export *
|
|
}
|