mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-27 08:10:09 +01:00
26 lines
676 B
Markdown
26 lines
676 B
Markdown
# Operators
|
|
|
|
<!--
|
|
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
|
|
-->
|
|
|
|
<!-- toc -->
|
|
|
|
## Table of contents
|
|
|
|
- [TODO](#todo)
|
|
|
|
<!-- tocstop -->
|
|
|
|
## TODO
|
|
|
|
This is a skeletal design, added to support [the overview](README.md). It should
|
|
not be treated as accepted by the core team; rather, it is a placeholder until
|
|
we have more time to examine this detail. Please feel welcome to rewrite and
|
|
update as appropriate.
|
|
|
|
See [proposals PR 168](https://github.com/carbon-language/carbon-lang/pull/168)
|
|
for context -- that proposal may replace this.
|