|
|
1 месяц назад | |
|---|---|---|
| .. | ||
| design | 4a0c1ddd8e Identification of a named constraint during definition (#6902) | 1 месяц назад |
| guides | b659f2d9c0 Fix minor grammatical error in docs (#3537) | 2 лет назад |
| images | 4370acd1bb Snippets update (#6204) | 6 месяцев назад |
| project | 6ac561afe9 Add "Fixing conflicts with trunk" to code_review.md (#6889) | 1 месяц назад |
| 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.