Swift: first skeleton extractor

This adds a first dummy extractor for swift.

Running `bazel run //swift:install` will create an `extractor_pack`
directory in `swift`. From that moment providing `--search-path=swift`
will pick up the extractor.
This commit is contained in:
Paolo Tranquilli
2022-04-08 10:06:51 +02:00
parent a43f3a21a8
commit 95dbf2d666
20 changed files with 216 additions and 3 deletions

3
.bazelrc Normal file
View File

@@ -0,0 +1,3 @@
build --copt="-std=c++17"
try-import %workspace%/local.bazelrc