mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 22:02:28 +01:00
Provide an initial rough structure for the specification so we can add things as they are decided. Split the specification into a language and a library section. In the language section, use one file per broad area of functionality. Divide the language up based on the intended layering of the language design.
18 lines
345 B
Markdown
18 lines
345 B
Markdown
# Execution
|
|
|
|
<!--
|
|
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
|
|
Exceptions. See /LICENSE for license information.
|
|
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
-->
|
|
|
|
## Entry points
|
|
|
|
TODO: Entry points (Carbon and foreign). `fn Run()`.
|
|
|
|
## Object model
|
|
|
|
## Sequential execution
|
|
|
|
## Threads and data races
|