|
|
9 月之前 | |
|---|---|---|
| .. | ||
| design | 48e75892bf Document pattern-matching implementation (#5846) | 9 月之前 |
| guides | b659f2d9c0 Fix minor grammatical error in docs (#3537) | 2 年之前 |
| images | b6396e97f8 Build a website. (#4189) | 1 年之前 |
| project | 5dc299f58b Note we are using Clang 16+ in the contribution tools docs (#5861) | 9 月之前 |
| spec | 48d5b18026 Initial rough framework for specification. (#140) | 4 年之前 |
| README.md | a94136d477 Remove references to explorer (#5287) | 1 年之前 |
This directory contains current, accepted documentation underpinning Carbon. These documents cover all aspects of Carbon ranging from the project down to detailed designs for specific language features.
If you're trying to learn more about Carbon, we recommend starting at
/README.md.
Carbon language's design and rationale are documented in the
design/ directory. This documentation is intended to
support the following audiences:
This is in contrast to proposals, which document the individual decisions that led to this design (along with other changes to the Carbon project), including the rationale and alternatives considered.
The project/ directory contains project-related
documentation for Carbon, including:
The guides/ directory contains to-be-written end-user
documentation for developers writing programs in Carbon.
The spec/ directory contains the to-be-written formal
specification of the Carbon language. This is for implementers of compilers or
other tooling. This is intended to complement the toolchain.