diff options
author | JJ | 2023-11-05 03:17:25 +0000 |
---|---|---|
committer | JJ | 2023-11-05 03:17:25 +0000 |
commit | bfe0a6fa21f1124c60dd4cc4fd60cdd9c2ec6d4f (patch) | |
tree | 2b3c88b0f966d59a49397122927b4c4f34b6de50 /src/interop | |
parent | 7f8c5a1de3ec14d3f517bcb7d082f0ed0bb02eab (diff) |
compiler: add blank interop and tooling folders
Diffstat (limited to 'src/interop')
-rw-r--r-- | src/interop/nim.rs | 0 | ||||
-rw-r--r-- | src/interop/rust.rs | 0 | ||||
-rw-r--r-- | src/interop/swift.rs | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/src/interop/nim.rs b/src/interop/nim.rs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/interop/nim.rs diff --git a/src/interop/rust.rs b/src/interop/rust.rs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/interop/rust.rs diff --git a/src/interop/swift.rs b/src/interop/swift.rs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/interop/swift.rs |