|
|
2 роки тому | |
|---|---|---|
| .. | ||
| design | 01e12111a8 Auto-update pre-commit repositories and fix. (#3427) | 2 роки тому |
| guides | d7a90609cc Update docs/ READMEs (#1211) | 4 роки тому |
| images | d7613f5ef7 Updating links for shared drive and access notes (#1933) | 3 роки тому |
| project | 4605b1d3e1 Style note for explicit constructors. (#3457) | 2 роки тому |
| spec | 48d5b18026 Initial rough framework for specification. (#140) | 4 роки тому |
| README.md | 6cef4645ac Fix grammar errors (#1648) | 3 роки тому |
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 interactive
language explorer tool.