diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-02-01 10:56:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-01 10:56:44 -0500 |
| commit | 6f2c03430afdf963eed53c08d0b63342af722868 (patch) | |
| tree | 293dfb19683516b0d95ec2e5bb102a55c9bb57d7 /docs/design/README.md | |
| parent | d877e221643dddd811855e290ded76609bfefb7d (diff) | |
Document how as and dynamicCast are used, and issues surrounding them. (#820)
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 e56ec155b..c98e6951f 100644 --- a/docs/design/README.md +++ b/docs/design/README.md @@ -19,3 +19,5 @@ The [Intermediate Representation (IR)](ir.md) document describes the design of S The [Existential Types](existential-types.md) document goes into some detail about what "existential types" are in the context of the Slang language, and explains how we may go about supporting them. 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.
\ No newline at end of file |
