Files
carbon-lang/docs/project
Richard Smith 6bbbd4ec1f More consistent package syntax (#3927)
Change the syntax for `package` declarations from:

```carbon
[package Foo] [library "bar"] api;
[package Foo] [library "bar"] impl;
```

to

```carbon
[package Foo] [library "bar"];
impl [package Foo] [library "bar"];
```
2024-05-16 00:55:37 +00:00
..
2022-09-21 16:10:36 -07:00
2024-03-22 18:42:20 +00:00
2024-03-22 18:42:20 +00:00
2022-08-09 09:09:33 -07:00
2020-07-20 14:15:04 -07:00
2024-03-13 22:03:34 +00:00

Project

This directory contains project-related documentation for Carbon. Information about how the project works, goals, and community information belong here.