Files
carbon-lang/docs/spec/lang/execution.md
T
Richard Smith 48d5b18026 Initial rough framework for specification. (#140)
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.
2022-03-16 15:43:09 -07:00

345 B

Execution

Entry points

TODO: Entry points (Carbon and foreign). fn Run().

Object model

Sequential execution

Threads and data races