diff options
| author | cheneym2 <acheney@nvidia.com> | 2024-10-25 00:32:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-24 21:32:03 -0700 |
| commit | 1f06fb2918374cb25d96949cb55826756e934276 (patch) | |
| tree | 5ecae0c304f032b383d7f0ac521acbc205d801f2 /docs/design/README.md | |
| parent | a2a201e327559e6a24b081fee73096b2a3b3e33f (diff) | |
Describe experimental COM interfaces (#5397)
Fixes #5212
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'docs/design/README.md')
| -rw-r--r-- | docs/design/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/design/README.md b/docs/design/README.md index d8a7520c6..58e1e39a7 100644 --- a/docs/design/README.md +++ b/docs/design/README.md @@ -21,3 +21,5 @@ The [Existential Types](existential-types.md) document goes into some detail abo The [Capabilities](capabilities.md) document explains the proposed model for how Slang will support general notions of profile- or capability-based overloading/dispatch. The [Casting](casting.md) document explains how casting works in the slang C++ compiler code base. + +The [Experimental API Interfaces](experimental.md) document explains how experimental Slang API changes are to be deployed.
\ No newline at end of file |
