mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 15:00:13 +01:00
Add link for 'How we compile' talk (#5810)
Co-authored-by: Dana Jansens <danakj@orodu.net>
This commit is contained in:
co-authored by
Dana Jansens
parent
f4f521de7f
commit
2658142f7b
@@ -405,6 +405,10 @@ Carbon focused talks from the community:
|
||||
([video](https://youtu.be/omrY53kbVoA),
|
||||
[slides](https://chandlerc.blog/slides/2022-07-19-cppnorth-keynote/#/))
|
||||
|
||||
### Other videos
|
||||
|
||||
We additionally have [toolchain videos](/toolchain/docs/README.md#videos).
|
||||
|
||||
## Join us
|
||||
|
||||
We'd love to have folks join us and contribute to the project. Carbon is
|
||||
|
||||
@@ -14,6 +14,10 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
- [High-level architecture](#high-level-architecture)
|
||||
- [Design patterns](#design-patterns)
|
||||
- [Adding features](#adding-features)
|
||||
- [Videos](#videos)
|
||||
- [Talks](#talks)
|
||||
- [2025](#2025)
|
||||
- [Implementation walkthroughs](#implementation-walkthroughs)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
@@ -92,3 +96,24 @@ techniques.
|
||||
## Adding features
|
||||
|
||||
We have a [walkthrough for adding features](adding_features.md).
|
||||
|
||||
## Videos
|
||||
|
||||
### Talks
|
||||
|
||||
These talks are focused on implementation details of the toolchain, and can be
|
||||
helpful for learning how the toolchain internals work.
|
||||
|
||||
#### 2025
|
||||
|
||||
- How we compile, Google tech talk ([video](https://youtu.be/HBUAWvwo3qg),
|
||||
[slides](https://drive.google.com/file/d/1YoM1lz74PsBs0KQIyAVb3cGh5G0WL2Ik/view))
|
||||
|
||||
### Implementation walkthroughs
|
||||
|
||||
These are recordings of implementing PRs.
|
||||
|
||||
- PR [#4173](https://github.com/carbon-language/carbon-lang/pull/4173):
|
||||
Parsing `extern library` syntax ([video](https://youtu.be/iyE3sT4zB2Q))
|
||||
- PR [#4149](https://github.com/carbon-language/carbon-lang/pull/4149):
|
||||
Implementing syntactic merge checks ([video](https://youtu.be/71UM06RiZLA))
|
||||
|
||||
Reference in New Issue
Block a user